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'm trying to use v2 (2.0.1) to migrate from a grafana-agent-operator deployment. This sounds very easy and intuitive so far, thanks for this work!
I'm having a little issue with node exporter metrics which only have a single node in the instance label.
Apparently, it is always the node where the grafana-k8s-monitoring-alloy-metrics-0 pod is running.
I'm using a basic values.yaml like this. Am I missing something obvious?
I found the cause. The node exporter pods deployed by this chart run on the host network, so I had to allow port 9100 from nodes running the grafana-k8s-monitoring-alloy-metrics-0 pod. This was not the case with grafana-agent-operator which deployed grafana-agent-integrations pods on cluster IPs.
Hello,
I'm trying to use v2 (2.0.1) to migrate from a grafana-agent-operator deployment. This sounds very easy and intuitive so far, thanks for this work!
I'm having a little issue with node exporter metrics which only have a single node in the
instance
label.Apparently, it is always the node where the
grafana-k8s-monitoring-alloy-metrics-0
pod is running.I'm using a basic values.yaml like this. Am I missing something obvious?
The text was updated successfully, but these errors were encountered: