package
1.22.0
Repository: https://github.com/launchdarkly/dd-trace-go.git
Documentation: pkg.go.dev

# Functions

NewTracer creates a new Tracer.
WithAnalytics enables Trace Analytics for all started spans.
WithAnalyticsRate sets the sampling rate for Trace Analytics events correlated to started spans.
WithServiceName sets the given service name for the client.

# Structs

A Tracer implements the graphql-go/trace.Tracer interface by sending traces to the Datadog tracer.

# Type aliases

Option represents an option that can be used customize the Tracer.