From 5bfb1903488edb55f09fcdd9f89580b0614caa7d Mon Sep 17 00:00:00 2001 From: Wesley Kim Date: Mon, 21 Dec 2020 23:02:22 -0500 Subject: [PATCH] [coordinator] Remove unused DisableAutoMappingRules config (#3036) --- src/cmd/services/m3coordinator/downsample/options.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/cmd/services/m3coordinator/downsample/options.go b/src/cmd/services/m3coordinator/downsample/options.go index f55e1c4acb..d6886cf959 100644 --- a/src/cmd/services/m3coordinator/downsample/options.go +++ b/src/cmd/services/m3coordinator/downsample/options.go @@ -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.