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§
- Trace
Error - Errors returned by the trace API.
Functions§
Type Aliases§
- Trace
Result - Describe the result of operations in tracing API.