File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
example-exporter-opentelemetry/oats-tests Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM eclipse-temurin:25.0.1_8-jre@sha256:73fe03b88c2a48ec41f9a86428c65ea5913229488ca218cd6a4f55f8cb0ece1f
1+ FROM eclipse-temurin:25.0.1_8-jre@sha256:f6b092537e68d9836e86f676344e94102f2be325bbc652133cd9ef85b27d3ea9
22
33COPY target/example-exporter-opentelemetry.jar ./app.jar
44# check that the resource attributes from the agent are used, epsecially the service.instance.id should be the same
Original file line number Diff line number Diff line change 1- FROM eclipse-temurin:25.0.1_8-jre@sha256:73fe03b88c2a48ec41f9a86428c65ea5913229488ca218cd6a4f55f8cb0ece1f
1+ FROM eclipse-temurin:25.0.1_8-jre@sha256:f6b092537e68d9836e86f676344e94102f2be325bbc652133cd9ef85b27d3ea9
22
33COPY target/example-exporter-opentelemetry.jar ./app.jar
44
Original file line number Diff line number Diff line change 11version : " 3"
22services :
33 example-application :
4- image : eclipse-temurin:25.0.1_8-jre@sha256:73fe03b88c2a48ec41f9a86428c65ea5913229488ca218cd6a4f55f8cb0ece1f
4+ image : eclipse-temurin:25.0.1_8-jre@sha256:f6b092537e68d9836e86f676344e94102f2be325bbc652133cd9ef85b27d3ea9
55 network_mode : host
66 volumes :
77 - ./target/example-native-histogram.jar:/example-native-histogram.jar
Original file line number Diff line number Diff line change 381381 <dependency >
382382 <groupId >org.mockito</groupId >
383383 <artifactId >mockito-core</artifactId >
384- <version >5.20 .0</version >
384+ <version >5.21 .0</version >
385385 <scope >test</scope >
386386 </dependency >
387387 <dependency >
You can’t perform that action at this time.
0 commit comments