package
1.33.4
Repository: https://github.com/koddidev/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.
WithOmitTrivial enables omission of graphql fields marked as trivial.
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.