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

# Functions

NoDebugStack prevents stack traces from being attached to spans finishing with an error.
WithAnalytics enables Trace Analytics for all started spans.
WithAnalyticsRate sets the sampling rate for Trace Analytics events correlated to started spans.
WithResourceName sets a custom resource name to be used with the traced query.
WithServiceName sets the given service name for the returned query.
WrapQuery wraps a gocql.Query into a traced Query under the given service name.

# Structs

Iter inherits from gocql.Iter and contains a span.
Query inherits from gocql.Query, it keeps the tracer and the context.

# Type aliases

WrapOption represents an option that can be passed to WrapQuery.