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