Module tracer

Module tracer 

Source
Expand description

Trace and layer builders to export traces to the Datadog agent.

This module contains a function that builds a tracer with an exporter to send traces to the Datadog agent in batches over gRPC.

It also contains a convenience function to build a layer with the tracer.

Structs§

TraceId
A 16-byte value which identifies a given trace.

Enums§

TraceError
Errors returned by the trace API.

Functions§

build_layer
build_tracer

Type Aliases§

TraceResult
Describe the result of operations in tracing API.