File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ type Tracing struct {
98
98
type TraceStrategy string
99
99
100
100
const (
101
- // TraceStrategyOn enables ratio-based tracing, defaulting to 100% sampling rate.
101
+ // TraceStrategyRatio enables ratio-based tracing, defaulting to 100% sampling rate.
102
102
TraceStrategyRatio TraceStrategy = "ratio"
103
103
104
104
// TraceStrategyParent enables tracing and only records spans if the parent span was sampled.
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ type Tracing struct {
108
108
type TraceStrategy string
109
109
110
110
const (
111
- // TraceStrategyOn enables ratio-based tracing, defaulting to 100% sampling rate.
111
+ // TraceStrategyRatio enables ratio-based tracing, defaulting to 100% sampling rate.
112
112
TraceStrategyRatio TraceStrategy = " ratio"
113
113
114
114
// TraceStrategyParent enables tracing and only records spans if the parent span was sampled.
You can’t perform that action at this time.
0 commit comments