Details
-
Improvement
-
Status: Done
-
Low
-
Resolution: Done
-
None
-
0
-
Yes
-
Yes
-
Yes
Description
I think it is a good idea to add graphs for opLatencies to our MongoDB graphs.
"opLatencies" : { "reads" : { "latency" : NumberLong(0), "ops" : NumberLong(0) }, "writes" : { "latency" : NumberLong(0), "ops" : NumberLong(0) }, "commands" : { "latency" : NumberLong(711934), "ops" : NumberLong(1405) }
it is possible to get values from db.runCommand({serverStatus:1}) output (see PMM-814)
Attachments
Issue Links
- relates to
-
PMM-814 Expose all of serverStatus to mongodb_exporter
-
- Done
-