Skip to content

Commit

Permalink
Update docker.toml (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoziv committed Aug 4, 2022
1 parent 0bca696 commit e330ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/input.docker/docker.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ total_include = ["cpu", "blkio", "network"]
## docker labels to include and exclude as tags. Globs accepted.
## Note that an empty array for both will include all labels as tags
docker_label_include = []
docker_label_exclude = ["annotation*", "io.kubernetes*", "*description*", "*maintainer*", "*hash", "*author*"]
docker_label_exclude = ["annotation*", "io.kubernetes*", "*description*", "*maintainer*", "*hash", "*author*", "*org_*", "*date*", "*url*", "*docker_compose*"]

## Optional TLS Config
# use_tls = false
Expand Down

0 comments on commit e330ae6

Please sign in to comment.