Skip to content

Commit

Permalink
[java] fix otel manual scenario (#3224)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeauchesne authored Oct 11, 2024
1 parent d17e575 commit baa059c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/_context/containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ def __init__(self, host_log_folder) -> None:

class OpenTelemetryCollectorContainer(TestedContainer):
def __init__(self, host_log_folder) -> None:
image = os.environ.get("SYSTEM_TESTS_OTEL_COLLECTOR_IMAGE", "otel/opentelemetry-collector-contrib:latest")
image = os.environ.get("SYSTEM_TESTS_OTEL_COLLECTOR_IMAGE", "otel/opentelemetry-collector-contrib:0.110.0")
self._otel_config_host_path = "./utils/build/docker/otelcol-config.yaml"

if "DOCKER_HOST" in os.environ:
Expand Down

0 comments on commit baa059c

Please sign in to comment.