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
I am running the latest icinga-kubernetes stack, and it works fine overall. However, I attempted to enable Prometheus integration by adding the following into the configuration:
Unfortunately, it fails with the error message below.
I1014 06:55:26.085874 1 main.go:69] Starting Icinga for Kubernetes (0.2.0)
I1014 06:55:26.087175 1 database.go:286] "Connecting to database" logger="database"
F1014 06:55:30.725815 1 main.go:385] error querying Prometheus: can't retry: execution: found duplicate series for the match group {} on the right hand-side of the operation: [{__name__="node_memory_MemTotal_bytes", container="node-exporter", endpoint="http-metrics", job="node-exporter", namespace="ops-monitoring", pod="prometheus-operator-prometheus-node-exporter-gdjwk", service="prometheus-operator-prometheus-node-exporter"}, {__name__="node_memory_MemTotal_bytes", container="node-exporter", endpoint="http-metrics", job="node-exporter", namespace="ops-monitoring", pod="prometheus-operator-prometheus-node-exporter-j4tq5", service="prometheus-operator-prometheus-node-exporter"}];many-to-many matching not allowed: matching labels must be unique on one side
Any idea how we can resolve this? Thanks! 🙏🏻
The text was updated successfully, but these errors were encountered:
Greetings,
I am running the latest
icinga-kubernetes
stack, and it works fine overall. However, I attempted to enable Prometheus integration by adding the following into the configuration:Unfortunately, it fails with the error message below.
Any idea how we can resolve this? Thanks! 🙏🏻
The text was updated successfully, but these errors were encountered: