이 페이지는 아직 한국어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

Overview

OpenTelemetry IIS metrics in an IIS dashboard

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:

  1. Configure the IIS receiver in your OpenTelemetry Collector configuration.
  2. Ensure the OpenTelemetry Collector is configured to export to Datadog.

See the IIS receiver documentation for detailed configuration options and requirements.

Data collected

OTELDATADOGDESCRIPTIONFILTERTRANSFORM
iis.application_pool.stateiis.app_pool.stateThe current status of the application pool (1 - Uninitialized, 2 - Initialized, 3 - Running, 4 - Disabling, 5 - Disabled, 6 - Shutdown Pending, 7 - Delete Pending).
iis.application_pool.uptimeiis.app_pool.uptimeThe application pools uptime period since the last restart.× 0.001
iis.connection.activeiis.net.num_connectionsNumber of active connections.
iis.connection.anonymousiis.users.anonNumber of connections established anonymously.
iis.connection.attempt.countiis.net.connection_attemptsTotal number of attempts to connect to the server.
iis.network.file.countiis.net.files_sentNumber of transmitted files.direction: sent
iis.network.file.countiis.net.files_rcvdNumber of transmitted files.direction: received
iis.network.ioiis.net.bytes_totalTotal amount of bytes sent and received.
iis.network.ioiis.net.bytes_sentTotal amount of bytes sent and received.direction: sent
iis.network.ioiis.net.bytes_rcvdTotal amount of bytes sent and received.direction: received
iis.request.countiis.httpd_request_method.getTotal number of requests of a given type.request: get
iis.request.countiis.httpd_request_method.postTotal number of requests of a given type.request: post
iis.request.countiis.httpd_request_method.putTotal number of requests of a given type.request: put
iis.request.countiis.httpd_request_method.deleteTotal number of requests of a given type.request: delete
iis.request.countiis.httpd_request_method.headTotal number of requests of a given type.request: head
iis.request.countiis.httpd_request_method.optionsTotal number of requests of a given type.request: options
iis.request.countiis.httpd_request_method.traceTotal number of requests of a given type.request: trace
iis.uptimeiis.uptimeThe amount of time the server has been up.

See OpenTelemetry Metrics Mapping for more information.

Further reading

추가 유용한 문서, 링크 및 기사: