Percona Monitoring Managment for Mongodb

Hello. I have installed PMM client and also setup PMM . I also registered my mongodb node in PMM. Issue is i can only see admin, local and config databases user query analytics section and my database(test) is showing as n/a.

1 Like

Hi Parikh,

Profiling feature has to be enabled.
Also please notice that the profiler should be enabled per database.

use test
db.setProfilingLevel(2, {slowms: 0})
1 Like

I have enabled that also. Also we have mongod as service so i have added following in my config file with restarting the service.

operationProfiling:
   slowOpThresholdMs: 200
   mode: slowOp

Still no luck

1 Like

here is the screenshot…

1 Like