Skip to content

Commit 52cbaf0

Browse files
committed
in_podman_metrics: Added remove_stale_counters opt
Signed-off-by: Paweł Cendrzak <[email protected]>
1 parent 45098ba commit 52cbaf0

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

pipeline/inputs/podman-metrics.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ description: The Podman Metrics input plugin allows you to collect metrics from
66

77
## Configuration Parameters
88

9-
| **Key** | Description | Default |
10-
| ----------------- | ---------------------------------------------------------- | -------------------------------------------------------------- |
11-
| scrape_interval | Interval between each scrape of podman data (in seconds) | 30 |
12-
| scrape_on_start | Should this plugin scrape podman data after it is started | false |
13-
| path.config | Custom path to podman containers configuration file | /var/lib/containers/storage/overlay-containers/containers.json |
14-
| path.sysfs | Custom path to sysfs subsystem directory | /sys/fs/cgroup |
15-
| path.procfs | Custom path to proc subsystem directory | /proc |
9+
| **Key** | Description | Default |
10+
| --------------------- | ---------------------------------------------------------- | -------------------------------------------------------------- |
11+
| scrape_interval | Interval between each scrape of podman data (in seconds) | 30 |
12+
| scrape_on_start | Should this plugin scrape podman data after it is started | false |
13+
| path.config | Custom path to podman containers configuration file | /var/lib/containers/storage/overlay-containers/containers.json |
14+
| path.sysfs | Custom path to sysfs subsystem directory | /sys/fs/cgroup |
15+
| path.procfs | Custom path to proc subsystem directory | /proc |
16+
| remove_stale_counters | Should this plugin remove counters for removed containers | false |
1617

1718
## Getting Started
1819

0 commit comments

Comments
 (0)