You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The collector own metrics add service_instance_id with a random UUID value and service_name build info command. The Prometheus receiver adds the instance host:port as service.instance.id and job name as service.name to the labels map. When they are sanitized there will be duplicate entries for the same keys leading to this error. This is not a new issue with the recent version and it has been an issue for quite some time.
Describe the bug
Otel Collector is configured to scrape its own metrics, convert it to prometheus/openmetrics format
Steps to reproduce
docker-compose.yml
otel-collector.yml
prometheus.yml
What did you see instead ?
Error in logs during conversion
What version did you use ?
Version:
0.68.0
Environment
docker / docker-compose
The text was updated successfully, but these errors were encountered: