Monitoring Stack: update prometheus to v3.4.0
This commit is contained in:
parent
544f62c901
commit
6cc84c9446
1 changed files with 2 additions and 1 deletions
|
@ -36,6 +36,7 @@ services:
|
||||||
loki-url: "http://localhost:3100/loki/api/v1/push"
|
loki-url: "http://localhost:3100/loki/api/v1/push"
|
||||||
max-size: "200m"
|
max-size: "200m"
|
||||||
|
|
||||||
|
|
||||||
##############################################
|
##############################################
|
||||||
# Loki
|
# Loki
|
||||||
# Docs: https://grafana.com/docs/loki/latest/
|
# Docs: https://grafana.com/docs/loki/latest/
|
||||||
|
@ -66,7 +67,7 @@ services:
|
||||||
# Docker Hub: https://hub.docker.com/r/prom/prometheus
|
# Docker Hub: https://hub.docker.com/r/prom/prometheus
|
||||||
##############################################
|
##############################################
|
||||||
prometheus:
|
prometheus:
|
||||||
image: prom/prometheus:v3.1.0
|
image: prom/prometheus:v3.4.0
|
||||||
command: --web.enable-lifecycle --config.file=/etc/prometheus/prometheus.yml
|
command: --web.enable-lifecycle --config.file=/etc/prometheus/prometheus.yml
|
||||||
volumes:
|
volumes:
|
||||||
- ${BASE_DIR:-.}/Prometheus/Config:/etc/prometheus
|
- ${BASE_DIR:-.}/Prometheus/Config:/etc/prometheus
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue