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"