Module datadog_tracing::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.

Functions