Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
Minor Change
-
Repl 2020-05-04
Description
Add readConcernCounters and remove opReadConcernCounters.
"readConcernCounters": {
|
"nonTransactionOps": {
|
"none": NumberLong(<num>),
|
"local": NumberLong(<num>),
|
"available": NumberLong(<num>),
|
"majority": NumberLong(<num>),
|
"snapshot": {
|
"withClusterTime": NumberLong(<num>),
|
"withoutClusterTime": NumberLong(<num>),
|
},
|
"linearizable": NumberLong(<num>)
|
},
|
"transactionOps": {
|
"none": NumberLong(<num>),
|
"local": NumberLong(<num>),
|
"majority": NumberLong(<num>),
|
"snapshot": {
|
"withClusterTime": NumberLong(<num>),
|
"withoutClusterTime": NumberLong(<num>),
|
}
|
}
|
}
|
Commands that count toward this metric are find, aggregate, count, distinct, geoSearch and mapReduce.
Attachments
Issue Links
- is documented by
-
DOCS-13622 Investigate changes in SERVER-47577: readConcernCounters metric in serverStatus
-
- Closed
-