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
in_node_exporter_metrics: fix config parameter name and default value (#2297)
- Change collector.thermal_zone.scrape_interval to collector.thermalzone.scrape_interval
to match source code config_map in ne.c
- Remove errant trailing quote from systemd_exclude_pattern default value
Fixes#2296.
Signed-off-by: Eric D. Schabell <eric@schabell.org>
Copy file name to clipboardExpand all lines: pipeline/inputs/node-exporter-metrics.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ This helps with down-sampling when collecting metrics.
52
52
|`collector.systemd.scrape_interval`| The rate in seconds at which `systemd` metrics are collected from the host operating system. |`0`|
53
53
|`collector.textfile.path`| Specify path or directory to collect textfile metrics from the host operating system. | Not set by default. |
54
54
|`collector.textfile.scrape_interval`| The rate in seconds at which `textfile` metrics are collected from the host operating system. |`0`|
55
-
|`collector.thermal_zone.scrape_interval`| The rate in seconds at which `thermal_zone` metrics are collected from the host operating system. |`0`|
55
+
|`collector.thermalzone.scrape_interval`| The rate in seconds at which `thermal_zone` metrics are collected from the host operating system. |`0`|
56
56
|`collector.time.scrape_interval`| The rate in seconds at which `time` metrics are collected from the host operating system. |`0`|
57
57
|`collector.uname.scrape_interval`| The rate in seconds at which `uname` metrics are collected from the host operating system. |`0`|
58
58
|`collector.vmstat.scrape_interval`| The rate in seconds at which `vmstat` metrics are collected from the host operating system. |`0`|
@@ -64,7 +64,7 @@ This helps with down-sampling when collecting metrics.
64
64
|`path.rootfs`| The root filesystem mount point. |`/`|
65
65
|`path.sysfs`| The path in the filesystem used to collect system metrics. |`/sys`|
66
66
|`scrape_interval`| The rate in seconds at which metrics are collected from the host operating system. |`5`|
67
-
|`systemd_exclude_pattern`| Regular expression to determine which units are excluded in the metrics produced by the `systemd` collector. |`.+\\.(automount\|device\|mount\|scope\|slice)"`|
67
+
|`systemd_exclude_pattern`| Regular expression to determine which units are excluded in the metrics produced by the `systemd` collector. |`.+\\.(automount\|device\|mount\|scope\|slice)`|
68
68
|`systemd_include_pattern`| Regular expression to determine which units are included in the metrics produced by the `systemd` collector. | Not applied unless explicitly set. |
69
69
|`systemd_include_service_task_metrics`| Determines if the collector will include service task metrics. |`false`|
70
70
|`systemd_service_restart_metrics`| Determines if the collector will include service restart metrics. |`false`|
0 commit comments