mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 16:35:44 +03:00
update comments
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user