Skip to content
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
1 change: 1 addition & 0 deletions pipeline/inputs/podman-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The metrics can be exposed later as, for example, Prometheus counters and gauges

| Key | Description | Default |
|-------------------|---------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|
| `exclude_name_regex` | Excludes containers whose name matches this regular expression, evaluated before metrics are collected. Use it to skip Podman pod infrastructure containers, for example `-(infra|service)$` to skip pause and `catatonit` containers. When unset, all containers are collected. | _none_ |
| `path.config` | Custom path to the Podman containers configuration file. | `/var/lib/containers/storage/overlay-containers/containers.json` |
| `path.procfs` | Custom path to the `proc` subsystem directory. | `/proc` |
| `path.sysfs` | Custom path to the `sysfs` subsystem directory. | `/sys/fs/cgroup` |
Expand Down