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

# Packages

Package parsedsn provides functions to parse any kind of DSNs into a map[string]string.
Package sqltest is used for testing sql packages.
Package sqlutils share some utils functions for sql packages.

# Functions

Open extends the usual API of sql.Open so you can specify the name of the service under which the traces will appear in the datadog app.
OpenTraced will first register the traced version of the `driver` if not yet registered and will then open a connection with it.
Register takes a driver and registers a traced version of this one.