- はじめに
- エージェント
- インテグレーション
- Watchdog
- イベント
- ダッシュボード
- モバイルアプリケーション
- インフラストラクチャー
- サーバーレス
- メトリクス
- ノートブック
- アラート設定
- APM & Continuous Profiler
- CI Visibility
- RUM & セッションリプレイ
- データベース モニタリング
- ログ管理
- セキュリティプラットフォーム
- Synthetic モニタリング
- ネットワークモニタリング
- 開発者
- API
- アカウントの管理
- データセキュリティ
- ヘルプ
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 for special requests.
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>"
お役に立つドキュメント、リンクや記事: