Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { // StrategiesFile is the path for the sampling strategies file in JSON format StrategiesFile string // ReloadInterval is the time interval to check and reload sampling strategies file ReloadInterval time.Duration // Flag for enabling possibly breaking change which includes default operations level // strategies when calculating Ratelimiting type service level strategy // more information https://github.com/jaegertracing/jaeger/issues/5270 IncludeDefaultOpStrategies bool }
Options holds configuration for the static sampling strategy store.
Click to show internal directories.
Click to hide internal directories.