Skip to content

Files

Latest commit

1601575 · Jun 4, 2024

History

History
This branch is 1837 commits behind open-telemetry/opentelemetry-collector-contrib:main.

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 30, 2024
Jun 8, 2023
Oct 19, 2022
Mar 30, 2024
Mar 19, 2024
May 18, 2023
May 16, 2023
Mar 19, 2024
Jan 17, 2024
Jan 17, 2024
Mar 19, 2024
Mar 19, 2024
Jan 17, 2024
May 30, 2024
Apr 22, 2024
Jun 4, 2024
Jun 4, 2024
Jan 17, 2024
Mar 27, 2024
Jan 17, 2024
Jan 17, 2024
Jan 17, 2024

Microsoft IIS Receiver

Status
Stability beta: metrics
Unsupported Platforms linux, darwin
Distributions contrib
Issues Open issues Closed issues
Code Owners @Mrod1598, @djaglowski | Seeking more code owners!

The iis receiver grabs metrics about an IIS instance using the Windows Performance Counters. Because of this, it is a Windows only receiver.

Configuration

The following settings are optional:

  • collection_interval (default = 10s): The interval at which metrics should be emitted by this receiver.
  • initial_delay (default = 1s): defines how long this receiver waits before starting.

Example:

    receivers:
      iis:
        collection_interval: 10s
        initial_delay: 1s

The full list of settings exposed for this receiver are documented here.

Metrics

Details about the metrics produced by this receiver can be found in documentation.md