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 grafana-agent-0 and grafana-agent-integration* pods run properly, even after I restart these pods. Their logs show no errors.
But I cannot see any data in the MongoDB monitoring dashboards. Help please?
Other notes:
I know the MongoDB URI is valid after testing that URI from another pod.
As you can see in the CRD, I omitted relabel_configs, which the docs mark as necessary. Seems like the latest version of the agent no longer accepts that field (including that value makes the grafana-agent pod error out).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I want to export metrics from a MongoDB replica set running in Kubernetes, and see the metrics in Grafana Cloud.
I have the Kubernetes Grafana Agent running via the Kubernetes operator. Kubelet metrics, pod metrics, etc all show up in Grafana Cloud.
I set up an Integration resource for mongodb. This is what the Integration looks like:
The
grafana-agent-0
andgrafana-agent-integration*
pods run properly, even after I restart these pods. Their logs show no errors.But I cannot see any data in the MongoDB monitoring dashboards. Help please?
Other notes:
relabel_configs
, which the docs mark as necessary. Seems like the latest version of the agent no longer accepts that field (including that value makes thegrafana-agent
pod error out).Beta Was this translation helpful? Give feedback.
All reactions