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 {
9898type TraceStrategy string
9999
100100const (
101- // TraceStrategyOn enables ratio-based tracing, defaulting to 100% sampling rate.
101+ // TraceStrategyRatio enables ratio-based tracing, defaulting to 100% sampling rate.
102102 TraceStrategyRatio TraceStrategy = "ratio"
103103
104104 // 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 {
108108type TraceStrategy string
109109
110110const (
111- // TraceStrategyOn enables ratio-based tracing, defaulting to 100% sampling rate.
111+ // TraceStrategyRatio enables ratio-based tracing, defaulting to 100% sampling rate.
112112 TraceStrategyRatio TraceStrategy = " ratio"
113113
114114 // 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