- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
The Apache receiver allows for collection of Apache Web Server metrics. Please 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:
Refer to the Apache receiver documentation for detailed configuration options and requirements.
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.
추가 유용한 문서, 링크 및 기사: