Skip to content

Commit

Permalink
[coordinator] Remove unused DisableAutoMappingRules config (#3036)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyk authored Dec 22, 2020
1 parent 3b9d198 commit 5bfb190
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/cmd/services/m3coordinator/downsample/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,6 @@ type Configuration struct {
// EntryTTL determines how long an entry remains alive before it may be expired due to inactivity.
EntryTTL time.Duration `yaml:"entryTTL"`

// DisableAutoMappingRules disables auto mapping rules.
DisableAutoMappingRules bool `yaml:"disableAutoMappingRules"`

// AugmentM3Tags will augment the metric type to aggregated metrics
// to be used within the filter for rules. If enabled, for example,
// your filter can specify '__m3_type__:gauge' to filter by gauges.
Expand Down

0 comments on commit 5bfb190

Please sign in to comment.