Skip to content

Commit 280b1b8

Browse files
change_parameter_name_in RN
1 parent 70bd480 commit 280b1b8

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

docs/release_notes/7.0.30-16.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,19 @@ It supports protocols and drivers of both MongoDB Community **7.0.29** and Mongo
2020
- [PSMDB-1893](https://perconadev.atlassian.net/browse/PSMDB-1893):
2121
**Disable specific FTDC metric groups**
2222

23-
Percona Server for MongoDB now permits administrators to disable specific diagnostic metric groups via the new `ftdcMetricGroupsDisabled` parameter.
24-
25-
- This parameter can be set in `mongod.conf`
26-
27-
- Modified at runtime using `setParameter`
23+
Percona Server for MongoDB now permits administrators to disable specific diagnostic metric groups via the two new server parameters:
24+
25+
- **diagnosticDataCollectionEnableSystemMetricsDisks**
26+
- Enables or disables collection of disk-level statistics.
27+
- Type: Boolean (`true`/`false`)
28+
- Default: true (enabled)
29+
- Scope: Startup; runtime configurable via `setParameter`
30+
31+
- **diagnosticDataCollectionEnableSystemMetricsMounts**
32+
- Enables or disables collection of mount-level statistics.
33+
- Type: Boolean (true/false)
34+
- Default: true (enabled)
35+
- Scope: Startup; runtime configurable via setParameter
2836

2937
Database administrators can avoid delays in diagnostics caused by unstable or unresponsive mount points in NFS, FUSE, or autofs environments by excluding certain problematic groups like `systemMetrics`, `serverStatus.connections`, and `replSetGetStatus`. This way, the Full Time Diagnostic Data Capture (FTDC) can still deliver important insights into database performance, such as query efficiency and replication, without being hindered by system-level issues.
3038

0 commit comments

Comments
 (0)