From 92af42a847c9384ae2da503c1526fd60aba358e1 Mon Sep 17 00:00:00 2001 From: Seva Poliakov Date: Wed, 9 Aug 2017 20:21:22 +0300 Subject: [PATCH] Remove tag_env duplicate from docker README (#3109) --- plugins/inputs/docker/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/inputs/docker/README.md b/plugins/inputs/docker/README.md index 06847bae9..b482ef3fb 100644 --- a/plugins/inputs/docker/README.md +++ b/plugins/inputs/docker/README.md @@ -36,9 +36,6 @@ to gather stats from the [Engine API](https://docs.docker.com/engine/api/v1.20/) ## Whether to report for each container total blkio and network stats or not total = false - ## Which environment variables should we use as a tag - tag_env = ["JAVA_HOME", "HEAP_SIZE"] - ## 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 = []