File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments