-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Sharding NYC
-
Fully Compatible
-
Sharding NYC 2023-02-06, Sharding NYC 2023-02-20, Sharding NYC 2023-03-06
-
145
From the design:
The serverStatus command response on mongos and mongod will include a “queryAnalyzers” section with the following diagnostics:
{ activeCollections: <integer>, // On a shared cluster, this is a mongos-only field since shardsvr mongods don’t know about sample rates. totalCollections: <integer>, totalSampledReadsCount: <integer>, totalSampledWritesCount: <integer>, totalSampledReadsBytes: <integer>, totalSampledWritesBytes: <integer>, }
- related to
-
SERVER-70997 Add currentOp reporting for query analysis
- Closed