doc.go 541 B

12345678910111213
  1. // Copyright The OpenTelemetry Authors
  2. // SPDX-License-Identifier: Apache-2.0
  3. // windowsperfcountersreceiver implements a collector receiver that
  4. // collects the configured performance counter data at the configured
  5. // collection interval and converts them into OTLP equivalent metric
  6. // representations.
  7. //
  8. //go:generate mdatagen metadata.yaml
  9. // This receiver is only compatible with Windows.
  10. package windowsperfcountersreceiver // import "github.com/open-telemetry/opentelemetry-collector-contrib/receiver/windowsperfcountersreceiver"