Details
Description
Motivated by work on SERVER-63642, we would like to exclude some serverStatus metrics from FTDC collection. This is not possible with the current serverStatus command which only allows excluding top-level sections/keys from the output. The result of implementing this task is that we would be able to exclude arbitrarily nested elements from the metrics output.
Before this change, serverStatus() accepts an argument which excludes top-level sections, eg
{replication: false} |
|
. this change allows detailed exclusion of metrics, eg
{metrics: {query: {multiPlanner: {histograms: false}}}} |
Attachments
Issue Links
- is depended on by
-
SERVER-63642 Add serverStatus metrics to measure multi-planning performance
-
- Closed
-
- is documented by
-
DOCS-15218 Investigate changes in SERVER-65271: serverStatus should allow fine-grained metrics exclusion
-
- Closed
-