Skip to content

Commit

Permalink
Merge pull request #2762 from alexandredantas/master
Browse files Browse the repository at this point in the history
Use node name always false
  • Loading branch information
dadgar committed Jul 2, 2017
2 parents 47c9637 + 8d07eca commit 79d323d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions command/agent/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,10 @@ func (a *Telemetry) Merge(b *Telemetry) *Telemetry {
if b.DisableHostname {
result.DisableHostname = true
}

if b.UseNodeName {
result.UseNodeName = true
}
if b.CollectionInterval != "" {
result.CollectionInterval = b.CollectionInterval
}
Expand Down

0 comments on commit 79d323d

Please sign in to comment.