Skip to content

Commit 62684f3

Browse files
committed
TraceTypeRatio
1 parent b99dfc5 commit 62684f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apis/v1alpha1/observabilitypolicy_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ type Tracing struct {
9898
type TraceStrategy string
9999

100100
const (
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.

docs/proposals/observability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ type Tracing struct {
108108
type TraceStrategy string
109109

110110
const (
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.

0 commit comments

Comments
 (0)