Skip to content

Commit

Permalink
Disable runtime metrics in RED contract tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bjrara committed Sep 27, 2024
1 parent dde2bc0 commit a7ea746
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def setUp(self) -> None:
.with_exposed_ports(self.get_application_port())
.with_env("OTEL_METRIC_EXPORT_INTERVAL", "50")
.with_env("OTEL_AWS_APPLICATION_SIGNALS_ENABLED", "true")
.with_env("OTEL_AWS_APPLICATION_SIGNALS_RUNTIME_ENABLED", "false")
.with_env("OTEL_METRICS_EXPORTER", "none")
.with_env("OTEL_EXPORTER_OTLP_PROTOCOL", "grpc")
.with_env("OTEL_BSP_SCHEDULE_DELAY", "1")
Expand Down

0 comments on commit a7ea746

Please sign in to comment.