grafana / alloy

OpenTelemetry Collector distribution with programmable pipelines
https://grafana.com/oss/alloy
Apache License 2.0
1.27k stars 172 forks source link

[mixin] Cluster config drifting alert cannot differentiate between alloy instances in different alloy clusters #1365

Closed petewall closed 18 hours ago

petewall commented 1 month ago

What's wrong?

If I've deployed multiple alloy instances in the same k8s cluster, in the same namespace, but for different purposes (e.g. one for scraping metrics and one for gathering pod logs), the "Cluster config drifting" alert will always fire because it cannot tell that these alloys are not meant to have the same config.

Steps to reproduce

Deploy alloy twice in the same k8s cluster, in the same namespace with different configs. or, use the k8s-monitoring Helm chart.

System information

No response

Software version

No response

Configuration

No response

Logs

No response

nervo commented 4 weeks ago

Same here, with https://github.com/grafana/k8s-monitoring-helm :)

gaantunes commented 18 hours ago

Fixed by https://github.com/grafana/alloy/pull/1679