From 285cae2b64d24bfcf254fe3a7837828ad16a3cfa Mon Sep 17 00:00:00 2001 From: Dmitry Alimov Date: Wed, 7 Jul 2021 00:04:06 +0300 Subject: [PATCH] Fix typo in perDeviceIncludeDeprecationWarning (#9442) --- plugins/inputs/docker/docker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/docker/docker.go b/plugins/inputs/docker/docker.go index 4e6dc5ad4..5320e77b2 100644 --- a/plugins/inputs/docker/docker.go +++ b/plugins/inputs/docker/docker.go @@ -75,7 +75,7 @@ const ( defaultEndpoint = "unix:///var/run/docker.sock" - perDeviceIncludeDeprecationWarning = "'perdevice' setting is set to 'true' so 'blkio' and 'network' metrics will" + + perDeviceIncludeDeprecationWarning = "'perdevice' setting is set to 'true' so 'blkio' and 'network' metrics will " + "be collected. Please set it to 'false' and use 'perdevice_include' instead to control this behaviour as " + "'perdevice' will be deprecated"