Skip to content

Commit 6f7d2b5

Browse files
Update pipeline/inputs/node-exporter-metrics.md
Co-authored-by: Lynette Miles <[email protected]> Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent cfb13fe commit 6f7d2b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pipeline/inputs/node-exporter-metrics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ This helps with down-sampling when collecting metrics.
5252
| `filesystem.ignore_mount_point_regex` | Specify the regular expression for the `mount` points to prevent collection of/ignore. | `^/(dev\|proc\|run/credentials/.+\|sys\|var/lib/docker/.+\|var/lib/containers/storage/.+)($\|/)` |
5353
| `filesystem.ignore_filesystem_type_regex` | Specify the regular expression for the `filesystem` types to prevent collection of or ignore. | `^(autofs\|binfmt_misc\|bpf\|cgroup2?\|configfs\|debugfs\|devpts\|devtmpfs\|fusectl\|hugetlbfs\|iso9660\|mqueue\|nsfs\|overlay\|proc\|procfs\|pstore\|rpc_pipefs\|securityfs\|selinuxfs\|squashfs\|sysfs\|tracefs)$` |
5454
| `diskstats.ignore_device_regex` | Specify the regular expression for the` diskstats` to prevent collection of/ignore. | `^(ram\|loop\|fd\|(h\|s\|v\|xv)d[a-z]\|nvme\\d+n\\d+p)\\d+$` |
55-
| `systemd_service_restart_metrics` | Determines if the collector will include service restart metrics. | false |
56-
| `systemd_unit_start_time_metrics` | Determines if the collector will include unit start time metrics. | false |
57-
| `systemd_include_service_task_metrics` | Determines if the collector will include service task metrics. | false |
55+
| `systemd_service_restart_metrics` | Determines if the collector will include service restart metrics. | `false` |
56+
| `systemd_unit_start_time_metrics` | Determines if the collector will include unit start time metrics. | `false` |
57+
| `systemd_include_service_task_metrics` | Determines if the collector will include service task metrics. | `false` |
5858
| `systemd_include_pattern` | Regular expression to determine which units are included in the metrics produced by the `systemd` collector. | Not applied unless explicitly set. |
5959
| `systemd_exclude_pattern` | Regular expression to determine which units are excluded in the metrics produced by the `systemd` collector. | `.+\\.(automount\|device\|mount\|scope\|slice)"` |
6060

0 commit comments

Comments
 (0)