You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
-[#2302](https://github.com/openshift/cluster-monitoring-operator/issues/2302) Enable feature `extra-scrape-metrics` in Prometheus user-workload
6
6
-[#2319](https://github.com/openshift/cluster-monitoring-operator/pull/2319) Allow read-only access to the Alertmanager API (use `monitoring-alertmanager-view`).
7
7
-[#2078](https://github.com/openshift/cluster-monitoring-operator/pull/2078) Support exporting VPA metrics from KSM.
8
+
-[#2339](https://github.com/openshift/cluster-monitoring-operator/pull/2339) Add support to sysctl node-exporter collector
@@ -250,6 +251,7 @@ The `NodeExporterCollectorConfig` resource defines settings for individual colle
250
251
| mountstats |[NodeExporterCollectorMountStatsConfig](#nodeexportercollectormountstatsconfig)| Defines the configuration of the `mountstats` collector, which collects statistics about NFS volume I/O activities. Disabled by default. |
251
252
| ksmd |[NodeExporterCollectorKSMDConfig](#nodeexportercollectorksmdconfig)| Defines the configuration of the `ksmd` collector, which collects statistics from the kernel same-page merger daemon. Disabled by default. |
252
253
| processes |[NodeExporterCollectorProcessesConfig](#nodeexportercollectorprocessesconfig)| Defines the configuration of the `processes` collector, which collects statistics from processes and threads running in the system. Disabled by default. |
254
+
| sysctl |[NodeExporterCollectorSysctlConfig](#nodeexportercollectorsysctlconfig)| Defines the configuration of the `sysctl` collector, which collects sysctl metrics. Disabled by default. |
253
255
| systemd |[NodeExporterCollectorSystemdConfig](#nodeexportercollectorsystemdconfig)| Defines the configuration of the `systemd` collector, which collects statistics on the systemd daemon and its managed services. Disabled by default. |
254
256
255
257
[Back to TOC](#table-of-contents)
@@ -345,6 +347,23 @@ The `NodeExporterCollectorProcessesConfig` resource works as an on/off switch fo
345
347
346
348
[Back to TOC](#table-of-contents)
347
349
350
+
## NodeExporterCollectorSysctlConfig
351
+
352
+
#### Description
353
+
354
+
The `NodeExporterCollectorSysctlConfig` resource works as an on/off switch for the `sysctl` collector of the `node-exporter` agent. By default, the `sysctl` collector is disabled.
| enabled | bool | A Boolean flag that enables or disables the `sysctl` collector. |
362
+
| includeSysctlMetrics |*[]string | A list of numeric sysctl values. |
363
+
| includeInfoSysctlMetrics |*[]string | A list of string sysctl values. An optional mapping can be given to expose each value as its own metric. Otherwise an index label is used to identify the different fields. |
|processes|link:nodeexportercollectorprocessesconfig.adoc[NodeExporterCollectorProcessesConfig]|Defines the configuration of the `processes` collector, which collects statistics from processes and threads running in the system. Disabled by default.
36
36
37
+
|sysctl|link:nodeexportercollectorsysctlconfig.adoc[NodeExporterCollectorSysctlConfig]|Defines the configuration of the `sysctl` collector, which collects sysctl metrics. Disabled by default.
38
+
37
39
|systemd|link:nodeexportercollectorsystemdconfig.adoc[NodeExporterCollectorSystemdConfig]|Defines the configuration of the `systemd` collector, which collects statistics on the systemd daemon and its managed services. Disabled by default.
// DO NOT EDIT THE CONTENT IN THIS FILE. It is automatically generated from the
2
+
// source code for the Cluster Monitoring Operator. Any changes made to this
3
+
// file will be overwritten when the content is re-generated. If you wish to
4
+
// make edits, read the docgen utility instructions in the source code for the
5
+
// CMO.
6
+
:_content-type: ASSEMBLY
7
+
8
+
== NodeExporterCollectorSysctlConfig
9
+
10
+
=== Description
11
+
12
+
The `NodeExporterCollectorSysctlConfig` resource works as an on/off switch for the `sysctl` collector of the `node-exporter` agent. By default, the `sysctl` collector is disabled.
|enabled|bool|A Boolean flag that enables or disables the `sysctl` collector.
22
+
23
+
|includeSysctlMetrics|*[]string|A list of numeric sysctl values.
24
+
25
+
|includeInfoSysctlMetrics|*[]string|A list of string sysctl values. An optional mapping can be given to expose each value as its own metric. Otherwise an index label is used to identify the different fields.
// A list of string sysctl values. An optional mapping can be given to expose each value as its own metric. Otherwise an index label is used to identify the different fields.
0 commit comments