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

# Functions

Open calls buntdb.Open and wraps the result.
WithAnalytics enables Trace Analytics for all started spans.
WithAnalyticsRate sets the sampling rate for Trace Analytics events correlated to started spans.
WithContext sets the context for the transaction.
WithServiceName sets the given service name for the transaction.
WrapDB wraps a buntdb.DB so it can be traced.
WrapTx wraps a buntdb.Tx so it can be traced.

# Structs

A DB wraps a buntdb.DB, automatically tracing any transactions.
A Tx wraps a buntdb.Tx, automatically tracing any queries.

# Type aliases

An Option customizes the config.