Skip to content

Commit 0e0f4c0

Browse files
committed
testing removal of OTEL_SERVICE_NAME
1 parent 62ac400 commit 0e0f4c0

File tree

1 file changed

+0
-1
lines changed
  • terraform/python/ec2/default

1 file changed

+0
-1
lines changed

terraform/python/ec2/default/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ resource "null_resource" "main_service_setup" {
179179
export OTEL_EXPORTER_OTLP_METRICS_PROTOCOL=grpc
180180
export OTEL_EXPORTER_OTLP_METRICS_ENDPOINT=localhost:4317
181181
export OTEL_EXPORTER_OTLP_INSECURE=true
182-
export OTEL_SERVICE_NAME=python-sample-application-${var.test_id}
183182
export OTEL_TRACES_SAMPLER=always_on
184183
export OTEL_RESOURCE_ATTRIBUTES="service.name=python-sample-application-${var.test_id},deployment.environment.name=ec2:default"
185184
export AWS_REGION='${var.aws_region}'

0 commit comments

Comments
 (0)