- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
The HAProxy receiver allows for collection of HAProxy metrics and access to the HAProxy Overview dashboard. Configure the receiver according to the specifications of the latest version of the haproxyreceiver
.
For more information, see the OpenTelemetry project documentation for the HAProxy receiver.
To collect HAProxy metrics with OpenTelemetry for use with Datadog:
See the HAProxy receiver documentation for detailed configuration options and requirements.
OTEL | DATADOG | DESCRIPTION | FILTER |
---|---|---|---|
haproxy.bytes.input | haproxy.backend.bytes.in.count | Bytes in. Corresponds to HAProxy’s bin metric. | haproxy.service_name : BACKEND |
haproxy.bytes.input | haproxy.frontend.bytes.in.count | Bytes in. Corresponds to HAProxy’s bin metric. | haproxy.service_name : FRONTEND |
haproxy.bytes.output | haproxy.backend.bytes.out.count | Bytes out. Corresponds to HAProxy’s bout metric. | haproxy.service_name : BACKEND |
haproxy.bytes.output | haproxy.frontend.bytes.out.count | Bytes out. Corresponds to HAProxy’s bout metric. | haproxy.service_name : FRONTEND |
haproxy.clients.canceled | haproxy.backend.client.aborts.count | Number of data transfers aborted by the client. Corresponds to HAProxy’s cli_abrt metric | |
haproxy.compression.bypass | haproxy.backend.http.comp.bytes.bypassed.count | Number of bytes that bypassed the HTTP compressor (CPU/BW limit). Corresponds to HAProxy’s comp_byp metric. | |
haproxy.compression.count | haproxy.backend.http.comp.responses.count | Number of HTTP responses that were compressed. Corresponds to HAProxy’s comp_rsp metric. | |
haproxy.compression.input | haproxy.backend.http.comp.bytes.in.count | Number of HTTP response bytes fed to the compressor. Corresponds to HAProxy’s comp_in metric. | |
haproxy.compression.output | haproxy.backend.http.comp.bytes.out.count | Number of HTTP response bytes emitted by the compressor. Corresponds to HAProxy’s comp_out metric. | |
haproxy.connections.total | haproxy.frontend.connections.count | Cumulative number of connections (frontend). Corresponds to HAProxy’s conn_tot metric. | |
haproxy.failed_checks | haproxy.server.check.failures.count | Number of failed checks. (Only counts checks failed when the server is up). Corresponds to HAProxy’s chkfail metric. | |
haproxy.requests.denied | haproxy.backend.requests.denied.count | Requests denied because of security concerns. Corresponds to HAProxy’s dreq metric | haproxy.service_name : BACKEND |
haproxy.requests.denied | haproxy.frontend.requests.denied.count | Requests denied because of security concerns. Corresponds to HAProxy’s dreq metric | haproxy.service_name : FRONTEND |
haproxy.requests.errors | haproxy.frontend.request.errors.count | Cumulative number of request errors. Corresponds to HAProxy’s ereq metric. | haproxy.service_name : FRONTEND |
haproxy.requests.total | haproxy.backend.http.requests.count | Total number of HTTP requests received. Corresponds to HAProxy’s req_tot , hrsp_1xx , hrsp_2xx , hrsp_3xx , hrsp_4xx , hrsp_5xx and hrsp_other metrics. | haproxy.service_name : BACKEND |
haproxy.requests.total | haproxy.frontend.http.requests.count | Total number of HTTP requests received. Corresponds to HAProxy’s req_tot , hrsp_1xx , hrsp_2xx , hrsp_3xx , hrsp_4xx , hrsp_5xx and hrsp_other metrics. | haproxy.service_name : FRONTEND |
haproxy.responses.denied | haproxy.frontend.responses.denied.count | Responses denied because of security concerns. Corresponds to HAProxy’s dresp metric | haproxy.service_name : FRONTEND |
haproxy.responses.denied | haproxy.backend.responses.denied.count | Responses denied because of security concerns. Corresponds to HAProxy’s dresp metric | haproxy.service_name : BACKEND |
haproxy.responses.errors | haproxy.backend.response.errors.count | Cumulative number of response errors. Corresponds to HAProxy’s eresp metric, srv_abrt will be counted here also. | haproxy.service_name : BACKEND |
haproxy.server_selected.total | haproxy.server.loadbalanced.count | Number of times a server was selected, either for new sessions or when re-dispatching. Corresponds to HAProxy’s lbtot metric. | |
haproxy.sessions.count | haproxy.server.sessions.count | Current sessions. Corresponds to HAProxy’s scur metric. | |
haproxy.sessions.total | haproxy.frontend.sessions.count | Cumulative number of sessions. Corresponds to HAProxy’s stot metric. | haproxy.service_name : FRONTEND |
haproxy.sessions.total | haproxy.backend.sessions.count | Cumulative number of sessions. Corresponds to HAProxy’s stot metric. | haproxy.service_name : BACKEND |
See OpenTelemetry Metrics Mapping for more information.
추가 유용한 문서, 링크 및 기사: