이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우
언제든지 연락주시기 바랍니다.Overview
The IIS receiver allows for collection of IIS (Internet Information Services) metrics and access to the IIS Overview dashboard. Configure the receiver according to the specifications of the latest version of the iisreceiver
.
For more information, see the OpenTelemetry project documentation for the IIS receiver.
Setup
To collect IIS metrics with OpenTelemetry for use with Datadog:
- Configure the IIS receiver in your OpenTelemetry Collector configuration.
- Ensure the OpenTelemetry Collector is configured to export to Datadog.
See the IIS receiver documentation for detailed configuration options and requirements.
Data collected
OTEL | DATADOG | DESCRIPTION | FILTER |
---|
iis.connection.active | iis.net.num_connections | Number of active connections. | |
iis.connection.anonymous | iis.users.anon | Number of connections established anonymously. | |
iis.network.file.count | iis.net.files_rcvd | Number of transmitted files. | direction : received |
iis.network.file.count | iis.net.files_sent | Number of transmitted files. | direction : sent |
iis.network.io | iis.net.bytes_rcvd | Total amount of bytes sent and received. | direction : received |
iis.network.io | iis.net.bytes_sent | Total amount of bytes sent and received. | direction : sent |
iis.request.count | iis.httpd_request_method.delete | Total number of requests of a given type. | request : delete |
iis.request.count | iis.httpd_request_method.get | Total number of requests of a given type. | request : get |
iis.request.count | iis.httpd_request_method.head | Total number of requests of a given type. | request : head |
iis.request.count | iis.httpd_request_method.options | Total number of requests of a given type. | request : options |
iis.request.count | iis.httpd_request_method.post | Total number of requests of a given type. | request : post |
iis.request.count | iis.httpd_request_method.put | Total number of requests of a given type. | request : put |
iis.request.count | iis.httpd_request_method.trace | Total number of requests of a given type. | request : trace |
See OpenTelemetry Metrics Mapping for more information.
Further reading