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
As the title states, I deployed a mimir-distributed helm chart in my EKS k8s cluster (with metamonitoring) and realised that there was no ServiceMonitor for node-exporter metrics.
I currently have a node-exporter service defined in my cluster as such:
The service monitor should be able to identify the node-exporter service and grafana agent should be able to forward these metrics.
The other service monitors that came up with the mimir-distributed helm chart all seem to be working and exporting metrics.
Is there any reason why creating a new servicemonitor for node-exporter isn't working here?
I'd appreciate any insights or pointers here since I've tried everything I could think of and I'm unsure why this isn't working.
NOTE: The metaMonitoring section in the values.yaml for the helm chart looks as follows
As the title states, I deployed a mimir-distributed helm chart in my EKS k8s cluster (with metamonitoring) and realised that there was no ServiceMonitor for node-exporter metrics.
I currently have a node-exporter service defined in my cluster as such:
I created a servicemonitor as such:
The service monitor should be able to identify the node-exporter service and grafana agent should be able to forward these metrics.
The other service monitors that came up with the mimir-distributed helm chart all seem to be working and exporting metrics.
Is there any reason why creating a new servicemonitor for node-exporter isn't working here?
I'd appreciate any insights or pointers here since I've tried everything I could think of and I'm unsure why this isn't working.
NOTE: The metaMonitoring section in the values.yaml for the helm chart looks as follows
The text was updated successfully, but these errors were encountered: