Revert "fixing opentelemetry uri"
Some checks failed
deploy to hetzner / deploy (push) Failing after 4m55s
Some checks failed
deploy to hetzner / deploy (push) Failing after 4m55s
This reverts commit 7c4c9001d0
.
This commit is contained in:
@@ -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 JAVA_TOOL_OPTIONS="-javaagent:/usr/app/opentelemetry-javaagent.jar"
|
||||||
ENV OTEL_SERVICE_NAME="website"
|
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
|
HEALTHCHECK CMD curl --fail http://localhost:5000/actuator/health/liveness || exit 1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user