- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
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.
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>"
추가 유용한 문서, 링크 및 기사: