Skip to content

Commit 965841c

Browse files
committed
Disable runtime metrics in RED contract tests
1 parent 90fc7b1 commit 965841c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def setUp(self) -> None:
9090
.with_exposed_ports(self.get_application_port())
9191
.with_env("OTEL_METRIC_EXPORT_INTERVAL", "50")
9292
.with_env("OTEL_AWS_APPLICATION_SIGNALS_ENABLED", "true")
93+
.with_env("OTEL_AWS_APPLICATION_SIGNALS_RUNTIME_ENABLED", "false")
9394
.with_env("OTEL_METRICS_EXPORTER", "none")
9495
.with_env("OTEL_EXPORTER_OTLP_PROTOCOL", "grpc")
9596
.with_env("OTEL_BSP_SCHEDULE_DELAY", "1")

0 commit comments

Comments
 (0)