Skip to content

Commit 3b683c0

Browse files
chore(deps): update prom/prometheus docker tag to v3
1 parent 4e6282d commit 3b683c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.otel-collector.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ services:
5656
- "9411:9411"
5757
prometheus:
5858
container_name: prometheus
59-
image: prom/prometheus:v2.55.1
59+
image: prom/prometheus:v3.0.1
6060
volumes:
6161
- ./opentelemetry/prometheus.yml:/etc/prometheus/prometheus.yml
6262
ports:

docker-compose.router-otel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ services:
6161
- "9411:9411"
6262
prometheus:
6363
container_name: prometheus
64-
image: prom/prometheus:v2.55.1
64+
image: prom/prometheus:v3.0.1
6565
volumes:
6666
- ./opentelemetry/prometheus.yml:/etc/prometheus/prometheus.yml
6767
ports:

0 commit comments

Comments
 (0)