diff --git a/plugins/inputs/docker/docker.go b/plugins/inputs/docker/docker.go index b582183425419..cb97c3f85553e 100644 --- a/plugins/inputs/docker/docker.go +++ b/plugins/inputs/docker/docker.go @@ -27,14 +27,14 @@ type DockerLabelFilter struct { // Docker object type Docker struct { - Endpoint string - ContainerNames []string - Timeout internal.Duration - PerDevice bool `toml:"perdevice"` - Total bool `toml:"total"` - GatherEnvironment []string `toml:"gather_environment"` - LabelInclude []string `toml:"docker_label_include"` - LabelExclude []string `toml:"docker_label_exclude"` + Endpoint string + ContainerNames []string + Timeout internal.Duration + PerDevice bool `toml:"perdevice"` + Total bool `toml:"total"` + GatherEnvironment []string `toml:"gather_environment"` + LabelInclude []string `toml:"docker_label_include"` + LabelExclude []string `toml:"docker_label_exclude"` LabelFilter DockerLabelFilter