Add docs for docker-compose labels in docker input (#9173)

This commit is contained in:
Adam Dobrawy 2021-05-03 22:02:21 +02:00 committed by helenosheaa
parent 09faa32043
commit 26e791f1c8
1 changed files with 16 additions and 0 deletions

View File

@ -132,6 +132,22 @@ may prefer to exclude them:
docker_label_exclude = ["annotation.kubernetes*"]
```
#### Docker-compose Labels
Docker-compose will add labels to your containers. You can limit restrict labels to selected ones, e.g.
```
docker_label_include = [
"com.docker.compose.config-hash",
"com.docker.compose.container-number",
"com.docker.compose.oneoff",
"com.docker.compose.project",
"com.docker.compose.service",
]
```
### Metrics:
- docker