- 重要な情報
- はじめに
- 用語集
- ガイド
- エージェント
- インテグレーション
- OpenTelemetry
- 開発者
- API
- CoScreen
- アプリ内
- Service Management
- インフラストラクチャー
- アプリケーションパフォーマンス
- 継続的インテグレーション
- ログ管理
- セキュリティ
- UX モニタリング
- 管理
Git のコミットを Git サーバーから直接キャプチャして、以下のことができます。
Generate Application Key を使用して、Git 用の新しいアプリケーションキーを作成します。
Datadog Git Webhook をダウンロードします。
sudo easy_install dogapi
curl -L https://raw.github.com/DataDog/dogapi/master/examples/git-post-receive-hook > post-receive
Git に Datadog のキー を設定します。
git config datadog.api <YOUR_DATADOG_API_KEY>
git config datadog.application <YOUR_DATADOG_APP_KEY>
<GIT_REPOSITORY_NAME>
を使用して、Git リポジトリでフックを有効にします。
install post-receive <GIT_REPOSITORY_NAME>/.git/hooks/post-receive