From 7e53d48d418f34e102ec481ec0635c9644f098c0 Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Fri, 1 Nov 2024 22:54:31 +0100 Subject: [PATCH] Revert "fixing opentelemetry uri" This reverts commit 7c4c9001d070f62060d25dbea2d7562b2de22a4c. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7c091a1..1e58eba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ COPY --chown=app --from=build /usr/src/app/opentelemetry-javaagent.jar /usr/app/ ENV JAVA_TOOL_OPTIONS="-javaagent:/usr/app/opentelemetry-javaagent.jar" ENV OTEL_SERVICE_NAME="website" -ENV OTEL_EXPORTER_OTLP_ENDPOINT="http://opentelemetry-collector.web.1:4318" +ENV OTEL_EXPORTER_OTLP_ENDPOINT="http://opentelemetry-collector.web:4318" HEALTHCHECK CMD curl --fail http://localhost:5000/actuator/health/liveness || exit 1