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
My mongodb is single instance and I can't obtain the relevant monitoring items in Prometheus Sever after starting mongodb_exporter.
The command format is as follows: nohup ./mongodb_exporter-linux-amd64 -mongodb.collect.replset=false -mongodb.collect.oplog=false -mongodb.uri "mongodb://usr:12345@ip:27017" &
When I checked the output log, I found the system prompt: 24687 server_status. Go :173] Failed to get server status.
What's wrong with me?
The text was updated successfully, but these errors were encountered:
My mongodb is single instance and I can't obtain the relevant monitoring items in Prometheus Sever after starting mongodb_exporter.
The command format is as follows: nohup ./mongodb_exporter-linux-amd64 -mongodb.collect.replset=false -mongodb.collect.oplog=false -mongodb.uri "mongodb://usr:12345@ip:27017" &
When I checked the output log, I found the system prompt: 24687 server_status. Go :173] Failed to get server status.
What's wrong with me?
The text was updated successfully, but these errors were encountered: