nomad: fix hclog usage

This commit is contained in:
Nick Ethier
2018-11-29 22:27:39 -05:00
parent 19c260a4a5
commit 69e6b0ea21
2 changed files with 3 additions and 3 deletions

View File

@@ -448,8 +448,8 @@ type Telemetry struct {
// by the filter
FilterDefault *bool `mapstructure:"filter_default"`
// DisableDispatchedJobSummaryMetrics allows for ignore dispatched jobs when
// publishing Job summary metrics. This is useful in environment that produce
// DisableDispatchedJobSummaryMetrics allows ignoring dispatched jobs when
// publishing Job summary metrics. This is useful in environments that produce
// high numbers of single count dispatch jobs as the metrics for each take up
// a small memory overhead.
DisableDispatchedJobSummaryMetrics bool `mapstructure:"disable_dispatched_job_summary_metrics"`