meln5674 / grafana-mongodb-community-plugin

Open Source Grafana Plugin for querying MongoDB
GNU Affero General Public License v3.0
130 stars 17 forks source link

Granafa and MongoDB Dashboard creation #32

Open TestUser639 opened 6 months ago

TestUser639 commented 6 months ago

Hii! I want to create a Bar graph for mongoDB collections names. As i have multiple collections creations per day. so as per collection names and timeseries, i want to create bar graph for the same. So is it possible to create it??

we have tried using multiple commands of mongodb in grafana also such as: db.getCollectionNames(), using find query, etc. But the commands are not working.

Is there any idea how to create bar graph for the same.