diff --git a/receiver/activedirectorydsreceiver/README.md b/receiver/activedirectorydsreceiver/README.md index 1968a6c2d09f..1730b5d5fa61 100644 --- a/receiver/activedirectorydsreceiver/README.md +++ b/receiver/activedirectorydsreceiver/README.md @@ -13,7 +13,7 @@ [contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib -The `active_directory_ds` receiver scrapes metric relating to an Active Directory domain controller using the Windows Performance Counters. +The `active_directory_ds` receiver scrapes metrics relating to an Active Directory domain controller using the Windows Performance Counters. ## Configuration The following settings are optional: @@ -28,10 +28,11 @@ receivers: collection_interval: 10s metrics: # Disable the active_directory.ds.replication.network.io metric from being emitted - active_directory.ds.replication.network.io: false + active_directory.ds.replication.network.io: + enabled: false ``` -The full list of settings exposed for this receiver are documented [here](./config.go) with detailed sample configurations [here](./testdata/config.yaml). +The full list of settings exposed for this receiver is documented [here](./config.go), along with detailed sample configurations [here](./testdata/config.yaml). ## Metrics