Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chelseakomlo committed Sep 1, 2017
1 parent d5a4edb commit 9b364b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions command/agent/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,12 @@ type ClientConfig struct {
// random UUID.
NoHostUUID *bool `mapstructure:"no_host_uuid"`

// DisableTaggedMetrics disables a new version of generating metrics and
// uses only the old method of displaying metrics
// DisableTaggedMetrics disables a new version of generating metrics which
// uses tags
DisableTaggedMetrics bool `mapstructure:"disable_tagged_metrics"`

// BackwardsCompatibleMetrics allows for generating metrics as done in older
// versions of Nomad
// BackwardsCompatibleMetrics allows for generating metrics in a simple
// key/value structure as done in older versions of Nomad
BackwardsCompatibleMetrics bool `mapstructure:"backwards_compatible_metrics"`
}

Expand Down

0 comments on commit 9b364b5

Please sign in to comment.