Categorygithub.com/open-telemetry/opentelemetry-collector-contrib/receiver/iisreceiver

# README

Microsoft IIS Receiver

Status
Stabilitybeta: metrics
Unsupported Platformslinux, darwin
Distributionscontrib
IssuesOpen issues Closed issues
Code Owners@Mrod1598, @pjanotti | 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 in config.go.

Metrics

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

# Functions

NewFactory creates a factory for iis receiver.

# Structs

Config defines configuration for simple prometheus receiver.