Skip to content

Commit

Permalink
Clarified flag message.
Browse files Browse the repository at this point in the history
Co-authored-by: Yuri Shkuro <[email protected]>
Signed-off-by: Kazimieras Pociunas <[email protected]>
  • Loading branch information
kuujis and yurishkuro authored Apr 14, 2024
1 parent 4954a13 commit 1391866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/sampling/strategystore/static/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type Options struct {
func AddFlags(flagSet *flag.FlagSet) {
flagSet.Duration(samplingStrategiesReloadInterval, 0, "Reload interval to check and reload sampling strategies file. Zero value means no reloading")
flagSet.String(samplingStrategiesFile, "", "The path for the sampling strategies file in JSON format. See sampling documentation to see format of the file")
flagSet.Bool(samplingStrategiesBugfix5270, false, "Disabled by default. If enabled - will include default operation level strategies for Ratesampling type service level strategy. See https://github.com/jaegertracing/jaeger/issues/5270 for more information.")
flagSet.Bool(samplingStrategiesBugfix5270, false, "Include default operation level strategies for Ratesampling type service level strategy. Cf. https://github.com/jaegertracing/jaeger/issues/5270")
}

// InitFromViper initializes Options with properties from viper
Expand Down

0 comments on commit 1391866

Please sign in to comment.