-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
None
We will add a section for "mountstats" Collector in "nodeExporter.collectors" section in CMO configmap.
It has a boolean field "enabled", the default value is false.
apiVersion: v1 kind: ConfigMap metadata: name: cluster-monitoring-config namespace: openshift-monitoring data: config.yaml: | nodeExporter: collectors: # enable a collector which is disabled by default mountstats: enabled: true
The "mountstats" collector generates many high cardinality metrics, so we will collector only these metrics to avoid data congestion:
1. node_mountstats_nfs_read_bytes_total
2. node_mountstats_nfs_write_bytes_total
3. node_mountstats_nfs_operations_requests_total
1.
|
Pre-merge Testing | Closed | Tai Gao | ||
2.
|
E2E Automation | Closed | Tai Gao | ||
3.
|
CI Integration | Closed | Tai Gao |