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 90fc7b1 commit 965841cCopy full SHA for 965841c
contract-tests/tests/test/amazon/base/contract_test_base.py
@@ -90,6 +90,7 @@ def setUp(self) -> None:
90
.with_exposed_ports(self.get_application_port())
91
.with_env("OTEL_METRIC_EXPORT_INTERVAL", "50")
92
.with_env("OTEL_AWS_APPLICATION_SIGNALS_ENABLED", "true")
93
+ .with_env("OTEL_AWS_APPLICATION_SIGNALS_RUNTIME_ENABLED", "false")
94
.with_env("OTEL_METRICS_EXPORTER", "none")
95
.with_env("OTEL_EXPORTER_OTLP_PROTOCOL", "grpc")
96
.with_env("OTEL_BSP_SCHEDULE_DELAY", "1")
0 commit comments