Skip to content

Commit e9d8312

Browse files
authored
Merge branch 'main' into genesis_baggage_support
2 parents 3c105e4 + 671f5e2 commit e9d8312

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contract-tests/tests/test/amazon/base/contract_test_base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ def setUp(self) -> None:
8989
DockerContainer(self.get_application_image_name())
9090
.with_exposed_ports(self.get_application_port())
9191
.with_env("OTEL_METRIC_EXPORT_INTERVAL", "50")
92+
.with_env("OTEL_PYTHON_DISTRO", "aws_distro")
93+
.with_env("OTEL_PYTHON_CONFIGURATOR", "aws_configurator")
9294
.with_env("OTEL_AWS_APPLICATION_SIGNALS_ENABLED", "true")
9395
.with_env("OTEL_AWS_APPLICATION_SIGNALS_RUNTIME_ENABLED", self.is_runtime_enabled())
9496
.with_env("OTEL_METRICS_EXPORTER", "none")

0 commit comments

Comments
 (0)