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="The arn of the role that is allowed to subscribe to the kinesis stream"
175
175
type=string
176
176
}
177
+
178
+
variable"enable_opentelemetry" {
179
+
type=bool
180
+
description="Enable AWS Distro for OpenTelemetry (ADOT) sidecar for distributed tracing to X-Ray"
181
+
default=false
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