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 62ac400 commit 0e0f4c0Copy full SHA for 0e0f4c0
terraform/python/ec2/default/main.tf
@@ -179,7 +179,6 @@ resource "null_resource" "main_service_setup" {
179
export OTEL_EXPORTER_OTLP_METRICS_PROTOCOL=grpc
180
export OTEL_EXPORTER_OTLP_METRICS_ENDPOINT=localhost:4317
181
export OTEL_EXPORTER_OTLP_INSECURE=true
182
- export OTEL_SERVICE_NAME=python-sample-application-${var.test_id}
183
export OTEL_TRACES_SAMPLER=always_on
184
export OTEL_RESOURCE_ATTRIBUTES="service.name=python-sample-application-${var.test_id},deployment.environment.name=ec2:default"
185
export AWS_REGION='${var.aws_region}'
0 commit comments