概要
Apache レシーバーは、Apache Web Server メトリクスの収集を可能にします。apachereceiver の最新バージョンの仕様に従ってレシーバーを構成してください。
詳しくは、OpenTelemetry プロジェクトドキュメントの Apache レシーバーを参照してください。
セットアップ
Datadog で使用するために OpenTelemetry で Apache Web Server メトリクスを収集するには:
- OpenTelemetry Collector の構成で Apache レシーバーを構成します。
- OpenTelemetry Collector が Datadog にエクスポートするように構成されていることを確認します。
詳細な構成オプションと要件については、Apache レシーバーのドキュメントを参照してください。
収集されたデータ
| OTEL | DESCRIPTION | FILTER |
|---|
| apache.cpu.load | Current load of the CPU. | |
| apache.current_connections | The number of active connections currently attached to the HTTP server. | |
| apache.requests | The number of requests serviced by the HTTP server per second. | |
| apache.scoreboard | The number of workers in each state. | state: waiting |
| apache.scoreboard | The number of workers in each state. | state: starting |
| apache.scoreboard | The number of workers in each state. | state: sending |
| apache.scoreboard | The number of workers in each state. | state: reading |
| apache.scoreboard | The number of workers in each state. | state: open |
| apache.scoreboard | The number of workers in each state. | state: logging |
| apache.scoreboard | The number of workers in each state. | state: keepalive |
| apache.scoreboard | The number of workers in each state. | state: idle_cleanup |
| apache.scoreboard | The number of workers in each state. | state: finishing |
| apache.scoreboard | The number of workers in each state. | state: dnslookup |
| apache.scoreboard | The number of workers in each state. | state: closing |
| apache.uptime | The amount of time that the server has been running in seconds. | |
| apache.workers | The number of workers currently attached to the HTTP server. | state: busy |
| apache.workers | The number of workers currently attached to the HTTP server. | state: idle |
詳細は OpenTelemetry メトリクスマッピングを参照してください。
参考資料