Fix typo in perDeviceIncludeDeprecationWarning (#9442)
This commit is contained in:
parent
a0ec75a62b
commit
285cae2b64
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue