-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Diagnostics
-
Server Programmability
Currently, we track two buckets for command execution:
- "total" - the beginning of a command execution
- "failed" - the completion with error of a command execution
I believe there should be a third metric bucket:
- "ok" - the completion without error of a command execution
- is duplicated by
-
SERVER-38104 serverStatus metrics for currently in-progress ops/commands
- Closed