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
description="Enable AWS Distro for OpenTelemetry (ADOT) sidecar for distributed tracing to X-Ray"
181
181
default=false
182
182
}
183
+
184
+
variable"opentelemetry_head_sampler_ratio" {
185
+
type=string
186
+
description="Sampling ratio configuration in OpenTelemetry. This tells the Ruby SDK to sample spans such that only this ratio of traces gets exported. This assumes we are using a `TraceIdRatioBased` sampler. By default all spans are sampled"
0 commit comments