Skip to content

Commit 0bab947

Browse files
committed
chore: no need to add this sentence.
Signed-off-by: colstuwjx <[email protected]>
1 parent 54bb15a commit 0bab947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cadvisor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ var collectorKey = flag.String("collector_key", "", "Key for the collector's cer
6565
var storeContainerLabels = flag.Bool("store_container_labels", true, "convert container labels and environment variables into labels on prometheus metrics for each container. If flag set to false, then only metrics exported are container name, first alias, and image name")
6666
var whitelistedContainerLabels = flag.String("whitelisted_container_labels", "", "comma separated list of container labels to be converted to labels on prometheus metrics for each container. store_container_labels must be set to false for this to take effect.")
6767

68-
var envMetadataWhiteList = flag.String("env_metadata_whitelist", "", "a comma-separated list of environment variable keys matched with specified prefix that needs to be collected for containers, only support containerd and docker runtime for now")
68+
var envMetadataWhiteList = flag.String("env_metadata_whitelist", "", "a comma-separated list of environment variable keys matched with specified prefix that needs to be collected for containers")
6969

7070
var urlBasePrefix = flag.String("url_base_prefix", "", "prefix path that will be prepended to all paths to support some reverse proxies")
7171

0 commit comments

Comments
 (0)