File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
doc-snippets/extensions-minimal/oats
javaagent-declarative-configuration/oats
logging-k8s-stdout-otlp-json Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM eclipse-temurin:25.0.2_10-jre@sha256:91e59267939a3d14198d537b504af2d836c448
33WORKDIR /usr/src/app/
44
55# renovate: datasource=github-releases depName=open-telemetry/opentelemetry-java-instrumentation
6- ENV OPENTELEMETRY_JAVA_INSTRUMENTATION_VERSION=v2.25 .0
6+ ENV OPENTELEMETRY_JAVA_INSTRUMENTATION_VERSION=v2.26 .0
77
88# Add the test application JAR
99ADD ./extensions-testapp/build/libs/extensions-testapp-1.0-SNAPSHOT.jar ./app.jar
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM eclipse-temurin:25.0.2_10-jre@sha256:91e59267939a3d14198d537b504af2d836c448
33WORKDIR /usr/src/app/
44
55# renovate: datasource=github-releases depName=open-telemetry/opentelemetry-java-instrumentation
6- ENV OPENTELEMETRY_JAVA_INSTRUMENTATION_VERSION=v2.25 .0
6+ ENV OPENTELEMETRY_JAVA_INSTRUMENTATION_VERSION=v2.26 .0
77
88ADD ./build/libs/javaagent-declarative-configuration.jar ./app.jar
99ADD --chmod=644 https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/$OPENTELEMETRY_JAVA_INSTRUMENTATION_VERSION/opentelemetry-javaagent.jar ./opentelemetry-javaagent.jar
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM eclipse-temurin:25.0.2_10-jre@sha256:91e59267939a3d14198d537b504af2d836c448
33WORKDIR /usr/src/app/
44
55# renovate: datasource=github-releases depName=open-telemetry/opentelemetry-java-instrumentation
6- ENV OPENTELEMETRY_JAVA_INSTRUMENTATION_VERSION=v2.25 .0
6+ ENV OPENTELEMETRY_JAVA_INSTRUMENTATION_VERSION=v2.26 .0
77
88ADD build/libs/*SNAPSHOT.jar ./app.jar
99ADD --chmod=644 https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/$OPENTELEMETRY_JAVA_INSTRUMENTATION_VERSION/opentelemetry-javaagent.jar ./opentelemetry-javaagent.jar
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ expected:
3737 host_name : " .*"
3838 os_description : " .*"
3939 os_type : " .*"
40+ os_version : " .*"
4041 process_command_args : " .*"
4142 process_executable_path : " .*"
4243 process_pid : " .*"
You can’t perform that action at this time.
0 commit comments