Done
Details
Details
Assignee
Unassigned
UnassignedReporter
Mykola Marzhan
Mykola Marzhan(Deactivated)Priority
Components
Labels
Needs QA
Yes
Needs Doc
Yes
Fix versions
Story Points
0
Sprint
Add sprint
Created May 5, 2017 at 5:24 AM
Updated July 18, 2024 at 2:23 PM
Resolved November 11, 2019 at 10:34 PM
https://www.percona.com/forums/questions-discussions/percona-monitoring-and-management/48320-mongodb-op-latency
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)