![]() |
VOOZH | about |
The Apache receiver allows for collection of Apache Web Server metrics. Configure the receiver according to the specifications of the latest version of the apachereceiver.
For more information, see the OpenTelemetry project documentation for the Apache receiver.
To collect Apache Web Server metrics with OpenTelemetry for use with Datadog:
See the Apache receiver documentation for detailed configuration options and requirements.
| 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 |
For the full mapping between OpenTelemetry and Datadog metric names, see OpenTelemetry Metrics Mapping.
Additional helpful documentation, links, and articles:
| |