Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
Description
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}}}}`. both individual fields/metrics and objects/branches can be excluded
Description of Linked Ticket
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.
Attachments
Issue Links
- backported by
-
DOCS-15277 [BACKPORT] [v5.0] serverStatus should allow fine-grained metrics exclusion
-
- Backlog
-
- documents
-
SERVER-65271 serverStatus should allow fine-grained metrics exclusion
-
- Closed
-