Skip to content

Commit 0eabca9

Browse files
authored
pipeline: inputs: docker-metrics: add container path config (#1516)
Signed-off-by: Haithem Khelif <haithem.khelif@icloud.com>
1 parent 38a826d commit 0eabca9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/inputs/docker-metrics.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The plugin supports the following configuration parameters:
1616
| Include | A space-separated list of containers to include | |
1717
| Exclude | A space-separated list of containers to exclude | |
1818
| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |
19+
| path.containers | Used to specify the container directory if Docker is configured with a custom "data-root" directory. | `/var/lib/docker/containers` |
1920

2021
If you set neither `Include` nor `Exclude`, the plugin will try to get metrics from _all_ the running containers.
2122

0 commit comments

Comments
 (0)