Skip to content

Commit

Permalink
fix typo in flags
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMHD committed Feb 24, 2024
1 parent 6c53d40 commit 31bd5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/settings/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func (s Settings) BindFlags(fs *flag.FlagSet) {
"You should also set OTEL_EXPORTER_JAEGER_AGENT_HOST and OTEL_EXPORTER_JAEGER_AGENT_PORT.")
flag.Float64Var(&s.Tracing.SamplingRatio, "tracing-sampling-ratio", 0.001,
"Tracing sampling ration sets sampling portion of requests")
flag.Float64Var(&s.Tracing.Timeout, "tracing-sampling-ratio", 1,
flag.Float64Var(&s.Tracing.Timeout, "tracing-timeout", 1,
"sets tracing timeout in seconds")

flag.BoolVar(&s.LeaderElection.Enabled, "leader-elect", false,
Expand Down

0 comments on commit 31bd5f4

Please sign in to comment.