Skip to content

Commit 3d68a38

Browse files
example: bump prometheus
Version below 2.22 rate graphs fail due to [1]. 1. grafana/grafana#71052
1 parent 29ccebe commit 3d68a38

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker-compose.cartridge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ services:
4848
- 8086:8086
4949

5050
prometheus:
51-
image: prom/prometheus:v2.17.2
51+
image: prom/prometheus:v2.53.1
5252
networks:
5353
tarantool_dashboard_dev:
5454
ports:

docker-compose.localapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
- 8086:8086
2626

2727
prometheus:
28-
image: prom/prometheus:v2.17.2
28+
image: prom/prometheus:v2.53.1
2929
networks:
3030
tarantool_dashboard_dev:
3131
extra_hosts:

docker-compose.tdg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ services:
5656
- 8086:8086
5757

5858
prometheus:
59-
image: prom/prometheus:v2.17.2
59+
image: prom/prometheus:v2.53.1
6060
networks:
6161
tarantool_dashboard_dev:
6262
ports:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ services:
4848
- 8086:8086
4949

5050
prometheus:
51-
image: prom/prometheus:v2.17.2
51+
image: prom/prometheus:v2.53.1
5252
networks:
5353
tarantool_dashboard_dev:
5454
ports:

0 commit comments

Comments
 (0)