HI Team, Im using percona mongodb prometheus Exporter version 0.30.0. I want to check the collection size of MongoDB database.
I’m using MongoDB Replicaset version 5.0.3.
can anyone let me know how can I check the collection size metric.
I’m using extraArgs:
extraArgs:
- –compatible-mode
- –collector.dbstats
- –collector.collstats-limit=0
- –collector.topmetrics
- –mongodb.collstats-colls=testDataBase.testCollection
But not able to find the metric.