We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1634f8d commit a9928f3Copy full SHA for a9928f3
nodejs/sample-apps/aws-sdk/deploy/wrapper/main.tf
@@ -24,6 +24,7 @@ module "hello-lambda-function" {
24
OTEL_METRICS_EXPORTER = "logging"
25
OTEL_LOG_LEVEL = "DEBUG"
26
OTEL_EXPORTER_OTLP_ENDPOINT = "http://localhost:4318/"
27
+ OTEL_TRACES_SAMPLER = "always_on"
28
}
29
30
tracing_mode = var.tracing_mode
0 commit comments