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.
2 parents 3c105e4 + 671f5e2 commit e9d8312Copy full SHA for e9d8312
contract-tests/tests/test/amazon/base/contract_test_base.py
@@ -89,6 +89,8 @@ def setUp(self) -> None:
89
DockerContainer(self.get_application_image_name())
90
.with_exposed_ports(self.get_application_port())
91
.with_env("OTEL_METRIC_EXPORT_INTERVAL", "50")
92
+ .with_env("OTEL_PYTHON_DISTRO", "aws_distro")
93
+ .with_env("OTEL_PYTHON_CONFIGURATOR", "aws_configurator")
94
.with_env("OTEL_AWS_APPLICATION_SIGNALS_ENABLED", "true")
95
.with_env("OTEL_AWS_APPLICATION_SIGNALS_RUNTIME_ENABLED", self.is_runtime_enabled())
96
.with_env("OTEL_METRICS_EXPORTER", "none")
0 commit comments