Trouble Displaying Query Analytics with MongoDB

Hello,

I am trying to monitor my mongodb queries with pmm, i did all the steps in the documentation but i cannot see my db under the Database tab,

I can see the db as an inventory and monitor it.

I chaged the mongo config file with this:
operationProfiling:
mode: all
slowOpThresholdMs: 200
rateLimit: 100 # (Only available with Percona Server for MongoDB.)

but mongo fails to open with rateLimit field, so i removed it.

Any kinda help would be appreciated.

1 Like

Hello, do you have any slow queries at all? try checking the system.profile collection

1 Like