You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apis/projectcontour/v1alpha1: add client and random sampling config for tracing
Add ClientSampling and RandomSampling fields to TracingConfig
to allow configurable client_sampling and random_sampling in Envoy tracing.
Updates #7271
Signed-off-by: Muxian Wu <muxianw@twitter.com>
## Allow configurable client_sampling and random_sampling for tracing
2
+
3
+
Added support for configuring client_sampling and random_sampling in Contour's tracing configuration, allowing more granular control over trace sampling rates as per Envoy's tracing documentation.
0 commit comments