-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support to sysctl node-exporter collector
Signed-off-by: Carlos Goncalves <[email protected]>
- Loading branch information
1 parent
ac5f674
commit b5f423f
Showing
9 changed files
with
121 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
Documentation/openshiftdocs/modules/nodeexportercollectorsysctlconfig.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
// DO NOT EDIT THE CONTENT IN THIS FILE. It is automatically generated from the | ||
// source code for the Cluster Monitoring Operator. Any changes made to this | ||
// file will be overwritten when the content is re-generated. If you wish to | ||
// make edits, read the docgen utility instructions in the source code for the | ||
// CMO. | ||
:_content-type: ASSEMBLY | ||
|
||
== NodeExporterCollectorSysctlConfig | ||
|
||
=== Description | ||
|
||
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. | ||
|
||
|
||
|
||
Appears in: link:nodeexportercollectorconfig.adoc[NodeExporterCollectorConfig] | ||
|
||
[options="header"] | ||
|=== | ||
| Property | Type | Description | ||
|enabled|bool|A Boolean flag that enables or disables the `sysctl` collector. | ||
|
||
|includeSysctlMetrics|*[]string|A list of numeric sysctl values. | ||
|
||
|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. | ||
|
||
|=== | ||
|
||
link:../index.adoc[Back to TOC] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters