Add filters for container state to docker input (#3950)

This commit is contained in:
Daniel Nelson
2018-03-30 13:17:48 -07:00
committed by GitHub
parent 6d585beedf
commit 971debb582
3 changed files with 132 additions and 3 deletions

View File

@@ -31,6 +31,11 @@ to gather stats from the [Engine API](https://docs.docker.com/engine/api/v1.20/)
container_name_include = []
container_name_exclude = []
## Container states to include and exclude. Globs accepted.
## When empty only containers in the "running" state will be captured.
# container_state_include = []
# container_state_exclude = []
## Timeout for docker list, info, and stats commands
timeout = "5s"