Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

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

OTELDESCRIPTIONFILTER
iis.application_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.uptimeThe application pools uptime period since the last restart.
iis.connection.activeNumber of active connections.
iis.connection.anonymousNumber of connections established anonymously.
iis.connection.attempt.countTotal number of attempts to connect to the server.
iis.network.file.countNumber of transmitted files.direction: sent
iis.network.file.countNumber of transmitted files.direction: received
iis.network.ioTotal amount of bytes sent and received.
iis.network.ioTotal amount of bytes sent and received.direction: sent
iis.network.ioTotal amount of bytes sent and received.direction: received
iis.request.countTotal number of requests of a given type.request: get
iis.request.countTotal number of requests of a given type.request: post
iis.request.countTotal number of requests of a given type.request: put
iis.request.countTotal number of requests of a given type.request: delete
iis.request.countTotal number of requests of a given type.request: head
iis.request.countTotal number of requests of a given type.request: options
iis.request.countTotal number of requests of a given type.request: trace
iis.uptimeThe amount of time the server has been up.

For the full mapping between OpenTelemetry and Datadog metric names, see OpenTelemetry Metrics Mapping.

Further reading

Documentation, liens et articles supplémentaires utiles: