Report this

What is the reason for this report?

How can I send mongodb data, stats and infos from my DigitalOcean MongoDB database to my Grafana Dashboard without Prometheus?

Posted on July 5, 2023

I’m trying to create a MongoDB Dashboard on Grafana to get all data I need (logs, statistics, queries…). I’ve seen that I can get all these information with Prometheus (but I can’t install it with managed MongoDB Database) so I wander if there is any method to get all the data I need.

I’ve already used db.stats(); internal function to get the data but it’s not enough.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
0

Hi there,

You should be able to achieve this with Prometheus and the MongoDB Exporter running on a Droplet.

You can follow the steps on how to do that here:

https://www.digitalocean.com/community/tutorials/how-to-monitor-mongodb-with-grafana-and-prometheus-on-ubuntu-20-04#step-1-installing-and-configuring-prometheus

However, when configuring the MongoDB exporter, you should use the Managed MongoDB URI rather than localhost.

That way the exporter will connect to the Managed database cluster, export the required data to Prometheus, and then you can visualize it in Grafana.

Let me know how it goes!

Best,

Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.