We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c3cad commit ea9c28eCopy full SHA for ea9c28e
pkg/experiment/compactor/compaction_worker.go
@@ -55,7 +55,7 @@ type Config struct {
55
SmallObjectSize int `yaml:"small_object_size_bytes"`
56
TempDir string `yaml:"temp_dir"`
57
RequestTimeout time.Duration `yaml:"request_timeout"`
58
- EnableMetricsExporter bool `yaml:"enable_metrics_exporter"`
+ MetricsExporterEnabled bool `yaml:"metrics_exporter_enabled"`
59
}
60
61
func (cfg *Config) RegisterFlags(f *flag.FlagSet) {
0 commit comments