Skip to content

Commit

Permalink
Fixed formatting and conflicts due to Docker: optionally add labels a…
Browse files Browse the repository at this point in the history
…s tags (#2425)
  • Loading branch information
rsingh2411 committed Apr 3, 2017
1 parent d9e36bc commit fe479cc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions plugins/inputs/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fe479cc

Please sign in to comment.