Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 2.53 KB

File metadata and controls

38 lines (30 loc) · 2.53 KB

Active Directory Domain Services Receiver

Status
Stability beta: metrics
Unsupported Platforms darwin, linux
Distributions contrib
Issues Open issues Closed 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.

Configuration

The following settings are optional:

  • metrics (default: see DefaultMetricsSettings 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.

Metrics

Details about the metrics produced by this receiver can be found in metadata.yaml