Question

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

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.


Submit an answer


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!

Sign In or Sign Up to Answer

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.

Bobby Iliev
Site Moderator
Site Moderator badge
July 6, 2023
Accepted Answer

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

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Become a contributor for community

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

DigitalOcean Documentation

Full documentation for every DigitalOcean product.

Resources for startups and SMBs

The Wave has everything you need to know about building a business, from raising funding to marketing your product.

Get our newsletter

Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.

New accounts only. By submitting your email you agree to our Privacy Policy

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.