diff --git a/content/en/opentelemetry/integrations/collector_health_metrics.md b/content/en/opentelemetry/integrations/collector_health_metrics.md index deb6b416731..716de24594a 100644 --- a/content/en/opentelemetry/integrations/collector_health_metrics.md +++ b/content/en/opentelemetry/integrations/collector_health_metrics.md @@ -31,6 +31,10 @@ receivers: - targets: ['0.0.0.0:8888'] ``` +
+If you have a Datadog Agent running on the same host as an OpenTelemetry Collector or DDOT Collector that uses a Prometheus receiver to scrape Collector health metrics, make sure the Agent's OpenMetrics integration is either turned off or scraping a different endpoint than the Collector health metrics endpoint. Otherwise, both the Agent and Collector scrape the same endpoint, resulting in duplicate Collector health metrics. +
+ ## Data collected | OpenTelemetry Metric | Description | @@ -130,4 +134,4 @@ Descriptor: [1]: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusreceiver [2]: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/datadogexporter/examples/collector-metrics.yaml -[3]: https://pkg.go.dev/runtime#MemStats.Sys \ No newline at end of file +[3]: https://pkg.go.dev/runtime#MemStats.Sys