File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services:
55 ports :
66 - ' 19090:19090'
77 prometheus :
8- image : prom/prometheus@sha256:29c1e0b48ad816750245dea3d65ac3ce57dda30547e67b1e9a5176e2953cc4dc
8+ image : prom/prometheus@sha256:ff7e389acbe064a4823212a500393d40a28a8f362e4b05cbf6742a9a3ef736b2
99 volumes :
1010 - ./prometheus.yml:/etc/prometheus/prometheus.yml
1111 depends_on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
33plugins {
44 id(" java" )
55 id(" org.springframework.boot" ) version " 3.5.6"
6- id(" org.graalvm.buildtools.native" ) version " 0.11.1 "
6+ id(" org.graalvm.buildtools.native" ) version " 0.11.2 "
77}
88
99description = " OpenTelemetry Example for Spring native images"
You can’t perform that action at this time.
0 commit comments