Skip to content

Commit

Permalink
Set tracing.profiling-enabled to true by default (grafana#12004)
Browse files Browse the repository at this point in the history
  • Loading branch information
salvacorts authored Feb 20, 2024
1 parent bdea0b6 commit 6204886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/tracing/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ type Config struct {

func (cfg *Config) RegisterFlags(f *flag.FlagSet) {
f.BoolVar(&cfg.Enabled, "tracing.enabled", true, "Set to false to disable tracing.")
f.BoolVar(&cfg.ProfilingEnabled, "tracing.profiling-enabled", true, "Set to true to enable profiling integration.")
}

func (cfg *Config) RegisterFlagsWithPrefix(prefix string, f *flag.FlagSet) {
Expand Down

0 comments on commit 6204886

Please sign in to comment.