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