- 重要な情報
- はじめに
- 用語集
- ガイド
- エージェント
- インテグレーション
- OpenTelemetry
- 開発者
- API
- CoScreen
- アプリ内
- Service Management
- インフラストラクチャー
- アプリケーションパフォーマンス
- 継続的インテグレーション
- ログ管理
- セキュリティ
- UX モニタリング
- 管理
Supported OS
HikariCP は、軽量かつ高速な JDBC コネクションプーリングフレームワークです。 このチェックでは、Datadog Agent を通じて HikariCP を監視しています。
HikariCP チェックをホストにインストールするには
開発ツールキット をインストールします。 どのマシンでも。
ddev release build hikaricp
を実行してパッケージをビルドします。
ビルドの成果物を Agent をインストール済みのホストにアップロードし、以下を実行します。
datadog-agent integration install -w path/to/hikaricp/dist/<ARTIFACT_NAME>.whl
.
HikariCP のパフォーマンスデータの収集を開始するには、Agent のコンフィギュレーションディレクトリのルートにある conf.d/
フォルダーの hikaricp/conf.yaml
ファイルを編集します。使用可能なすべてのコンフィギュレーションオプションの詳細については、サンプル hikaricp/conf.yaml
を参照してください。
Agent の status サブコマンドを実行
し、Checks セクションで hikaricp
を探します。
hikaricp.connections (gauge) | Number of connections |
hikaricp.connections.timeout.count (count) | Total number of timeout connections |
hikaricp.connections.active (gauge) | Number of active connections |
hikaricp.connections.idle (gauge) | Number of idle connections |
hikaricp.connections.max (gauge) | Max number of connections Shown as connection |
hikaricp.connections.pending (gauge) | Number of pending connections |
hikaricp.connections.acquire.seconds.count (count) | Count of acquire connection time Shown as second |
hikaricp.connections.acquire.seconds.max (gauge) | Max of acquire connection time Shown as second |
hikaricp.connections.acquire.seconds.sum (count) | Sum of acquire connection time Shown as second |
hikaricp.connections.creation.seconds.count (count) | Count of creation connection time Shown as second |
hikaricp.connections.creation.seconds.max (gauge) | Max of creation connection time Shown as second |
hikaricp.connections.creation.seconds.sum (count) | Sum of creation connection time Shown as second |
hikaricp.connections.usage.seconds.count (count) | Count of usage connection time Shown as second |
hikaricp.connections.usage.seconds.max (gauge) | Max of usage connection time Shown as second |
hikaricp.connections.usage.seconds.sum (count) | Sum of usage connection time Shown as second |
HikariCP には、イベントは含まれません。
ご不明な点は、Datadog のサポートチーム までお問い合わせください。