OpenTelemetry Bot d680729c09 [chore] Prepare release 0.90.0 (#29543) há 1 ano atrás
..
internal 91643ba261 [mdatagen] allow adding resource_attribute warnings (#27257) há 1 ano atrás
testdata f2ece40c01 [chore] Migrate golden files from JSON to YAML (#20438) há 1 ano atrás
Makefile f49b291599 [receiver/activedirectoryds] Add Active Directory Domain Services metrics receiver (#9359) há 2 anos atrás
README.md 0bcaca9a37 [chore] update codeowners to respect capitalization (#25848) há 1 ano atrás
config.go 5133f4ccd6 [chore] use license shortform (#22052) há 1 ano atrás
config_test.go 4a0ea8e961 [chore] Improving life cycle tests reporting (#23145) há 1 ano atrás
counters.go de3b9c0000 [receiver/activedirectoryds] Fix panic on Shutdown without corresponding Start call (#29505) há 1 ano atrás
counters_test.go 5133f4ccd6 [chore] use license shortform (#22052) há 1 ano atrás
doc.go 5133f4ccd6 [chore] use license shortform (#22052) há 1 ano atrás
documentation.md e335748c06 [chore] use metadata.Type in activedirectorydsreceiver (#21269) há 1 ano atrás
factory.go 2c5577b0d7 [chore] updating scrapers to use default method from scraperhelper (#22138) há 1 ano atrás
factory_others.go 5133f4ccd6 [chore] use license shortform (#22052) há 1 ano atrás
factory_others_test.go 5133f4ccd6 [chore] use license shortform (#22052) há 1 ano atrás
factory_test.go 5133f4ccd6 [chore] use license shortform (#22052) há 1 ano atrás
factory_windows.go 5133f4ccd6 [chore] use license shortform (#22052) há 1 ano atrás
factory_windows_test.go de3b9c0000 [receiver/activedirectoryds] Fix panic on Shutdown without corresponding Start call (#29505) há 1 ano atrás
go.mod d680729c09 [chore] Prepare release 0.90.0 (#29543) há 1 ano atrás
go.sum 40b485f08a Update core for v0.90.0 release (#29539) há 1 ano atrás
metadata.yaml 0bcaca9a37 [chore] update codeowners to respect capitalization (#25848) há 1 ano atrás
scraper.go b20a252770 [all] Remove more unused params (#22971) há 1 ano atrás
scraper_test.go cd92432fd2 [pkg/golden] internal/coreinternal/golden -> pkg/golden (#28636) há 1 ano atrás

README.md

Active Directory Domain Services Receiver

Status
Stability beta: metrics
Distributions contrib, observiq, sumo
Issues Open issues Closed issues
Code Owners @djaglowski, @BinaryFissionGames

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