Skip to content

in_podman_metrics: Added remove_stale_counters opt #1119

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions pipeline/inputs/podman-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ description: The Podman Metrics input plugin allows you to collect metrics from

## Configuration Parameters

| **Key** | Description | Default |
| ----------------- | ---------------------------------------------------------- | -------------------------------------------------------------- |
| scrape_interval | Interval between each scrape of podman data (in seconds) | 30 |
| scrape_on_start | Should this plugin scrape podman data after it is started | false |
| path.config | Custom path to podman containers configuration file | /var/lib/containers/storage/overlay-containers/containers.json |
| path.sysfs | Custom path to sysfs subsystem directory | /sys/fs/cgroup |
| path.procfs | Custom path to proc subsystem directory | /proc |
| threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |
| **Key** | Description | Default |
| --------------------- | ------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| scrape_interval | Interval between each scrape of podman data (in seconds) | 30 |
| scrape_on_start | Should this plugin scrape podman data after it is started | false |
| path.config | Custom path to podman containers configuration file | /var/lib/containers/storage/overlay-containers/containers.json |
| path.sysfs | Custom path to sysfs subsystem directory | /sys/fs/cgroup |
| path.procfs | Custom path to proc subsystem directory | /proc |
| remove_stale_counters | Should this plugin remove counters for removed containers | false |
| threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | false |

## Getting Started

Expand Down