Apache Web Server Metrics
이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우
언제든지 연락주시기 바랍니다.Overview
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.
Setup
To collect Apache Web Server metrics with OpenTelemetry for use with Datadog:
- Configure the Apache receiver in your OpenTelemetry Collector configuration.
- Ensure the OpenTelemetry Collector is configured to export to Datadog.
See the Apache receiver documentation for detailed configuration options and requirements.
Data collected
OTEL | DATADOG | DESCRIPTION | FILTER |
---|
apache.cpu.load | apache.performance.cpu_load | Current load of the CPU. | |
apache.current_connections | apache.conns_total | The number of active connections currently attached to the HTTP server. | |
apache.requests | apache.net.request_per_s | The number of requests serviced by the HTTP server per second. | |
apache.scoreboard | apache.scoreboard.sending_reply | The number of workers in each state. | state : sending |
apache.scoreboard | apache.scoreboard.reading_request | The number of workers in each state. | state : reading |
apache.scoreboard | apache.scoreboard.open_slot | The number of workers in each state. | state : open |
apache.scoreboard | apache.scoreboard.logging | The number of workers in each state. | state : logging |
apache.scoreboard | apache.scoreboard.keepalive | The number of workers in each state. | state : keepalive |
apache.scoreboard | apache.scoreboard.idle_cleanup | The number of workers in each state. | state : idle_cleanup |
apache.scoreboard | apache.scoreboard.gracefully_finishing | The number of workers in each state. | state : finishing |
apache.scoreboard | apache.scoreboard.dns_lookup | The number of workers in each state. | state : dnslookup |
apache.scoreboard | apache.scoreboard.closing_connection | The number of workers in each state. | state : closing |
apache.scoreboard | apache.scoreboard.starting_up | The number of workers in each state. | state : starting |
apache.scoreboard | apache.scoreboard.waiting_for_connection | The number of workers in each state. | state : waiting |
apache.uptime | apache.performance.uptime | The amount of time that the server has been running in seconds. | |
apache.workers | apache.performance.idle_workers | The number of workers currently attached to the HTTP server. | workers_state : idle |
apache.workers | apache.performance.busy_workers | The number of workers currently attached to the HTTP server. | workers_state : busy |
See OpenTelemetry Metrics Mapping for more information.
Further reading