From b6e104fdf905e6203dad3e3daba48df96d890967 Mon Sep 17 00:00:00 2001 From: Chelsea Holland Komlo Date: Fri, 1 Sep 2017 17:11:36 +0000 Subject: [PATCH] update comments --- command/agent/config.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/command/agent/config.go b/command/agent/config.go index de1580b17..b77e4d42b 100644 --- a/command/agent/config.go +++ b/command/agent/config.go @@ -230,12 +230,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"` }