Skip to content

Commit

Permalink
Update Java instrumentation to v2.9.0 and .NET instrumentation to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edeNFed authored and github-actions[bot] committed Oct 26, 2024
1 parent 34ca2c3 commit 8595a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odiglet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
WORKDIR /instrumentations

# Java
ARG JAVA_OTEL_VERSION=v2.8.0
ARG JAVA_OTEL_VERSION=v2.9.0
ADD https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/$JAVA_OTEL_VERSION/opentelemetry-javaagent.jar /instrumentations/java/javaagent.jar
RUN chmod 644 /instrumentations/java/javaagent.jar

Expand Down

0 comments on commit 8595a73

Please sign in to comment.