From 52cbaf0b0ea025dfc326173e4c6f500fb4560da8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Cendrzak?= Date: Wed, 31 May 2023 14:34:14 +0200 Subject: [PATCH] in_podman_metrics: Added remove_stale_counters opt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Cendrzak --- pipeline/inputs/podman-metrics.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/pipeline/inputs/podman-metrics.md b/pipeline/inputs/podman-metrics.md index fb51e3328..dc941a63c 100644 --- a/pipeline/inputs/podman-metrics.md +++ b/pipeline/inputs/podman-metrics.md @@ -6,13 +6,14 @@ 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 | +| **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 | ## Getting Started