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"
187
187
default=false
188
188
}
189
+
190
+
variable"opentelemetry_head_sampler_ratio" {
191
+
type=string
192
+
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