Status | |
---|---|
Stability | beta: metrics |
Unsupported Platforms | darwin, linux |
Distributions | contrib |
Issues | |
Code Owners | @djaglowski, @BinaryFissionGames | Seeking more code owners! |
The active_directory_ds
receiver scrapes metric relating to an Active Directory domain controller using the Windows Performance Counters.
The following settings are optional:
metrics
(default: seeDefaultMetricsSettings
here): Allows enabling and disabling specific metrics from being collected in this receiver.collection_interval
(default =10s
): The interval at which metrics are emitted by this receiver.initial_delay
(default =1s
): defines how long this receiver waits before starting.
Example:
receivers:
active_directory_ds:
collection_interval: 10s
metrics:
# Disable the active_directory.ds.replication.network.io metric from being emitted
active_directory.ds.replication.network.io: false
The full list of settings exposed for this receiver are documented here with detailed sample configurations here.
Details about the metrics produced by this receiver can be found in metadata.yaml