- Essentials
- In The App
- Infrastructure
- Application Performance
- Log Management
- Security Platform
- UX Monitoring
- Administration
The Go Datadog Trace library is open source. View the GitHub repository for more information.
The Go Datadog Trace Library has a version support policy defined for Go versions. The two latest releases of Go are fully supported, while the third newest release is considered in maintenance. Older versions may function, but no support is provided by default. For special requests, contact support.
You must be running Datadog Agent v5.21.1+.
Integrate the Go tracer with the following list of web frameworks using one of the following helper packages.
Note: The integrations documentation provides a detailed overview of the supported packages and their APIs, along with usage examples.
Framework | Support Type | GoDoc Datadog Documentation |
---|---|---|
Gin | Fully Supported | gopkg.in/DataDog/dd-trace-go.v1/contrib/gin-gonic/gin |
Gorilla Mux | Fully Supported | gopkg.in/DataDog/dd-trace-go.v1/contrib/gorilla/mux |
gRPC | Fully Supported | gopkg.in/DataDog/dd-trace-go.v1/contrib/google.golang.org/grpc |
gRPC v1.2 | Fully Supported | gopkg.in/DataDog/dd-trace-go.v1/contrib/google.golang.org/grpc.v12 |
chi | Fully Supported | gopkg.in/DataDog/dd-trace-go.v1/contrib/go-chi/chi |
echo v4 | Fully Supported | gopkg.in/DataDog/dd-trace-go.v1/contrib/labstack/echo.v4 |
echo v3 | Fully Supported | gopkg.in/DataDog/dd-trace-go.v1/contrib/labstack/echo |
Fiber | Fully Supported | gopkg.in/DataDog/dd-trace-go.v1/contrib/gofiber/fiber.v2 |
The Go tracer includes support for the following data stores and libraries.
Packages must be imported with:
import "gopkg.in/DataDog/dd-trace-go.v1/contrib/<PACKAGE_DIR>/<PACKAGE_NAME>"
Additional helpful documentation, links, and articles: