Skip to content

Commit ea9c28e

Browse files
alsoba13simonswine
andauthored
Update pkg/experiment/compactor/compaction_worker.go
Co-authored-by: Christian Simon <[email protected]>
1 parent 26c3cad commit ea9c28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/experiment/compactor/compaction_worker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ type Config struct {
5555
SmallObjectSize int `yaml:"small_object_size_bytes"`
5656
TempDir string `yaml:"temp_dir"`
5757
RequestTimeout time.Duration `yaml:"request_timeout"`
58-
EnableMetricsExporter bool `yaml:"enable_metrics_exporter"`
58+
MetricsExporterEnabled bool `yaml:"metrics_exporter_enabled"`
5959
}
6060

6161
func (cfg *Config) RegisterFlags(f *flag.FlagSet) {

0 commit comments

Comments
 (0)