mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-05 12:33:15 +00:00
chore(monitoring): bump prometheus & grafana versions
This commit is contained in:
parent
ec53979442
commit
ab12fb104c
2
Justfile
2
Justfile
@ -82,7 +82,7 @@ run-bedrock:
|
||||
# admin), Prometheus: http://localhost:9090. Scrapes the sequencer's /metrics.
|
||||
[working-directory: 'monitoring']
|
||||
run-monitoring:
|
||||
@echo "📊 Running Prometheus + Grafana"
|
||||
@echo "📊 Running Prometheus (http://localhost:9090) + Grafana (http://localhost:3000)"
|
||||
docker compose up
|
||||
|
||||
# Run Sequencer. Run with RISC0_DEV_MODE=1 to disable proof verification for faster iteration.
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Prometheus + Grafana monitoring stack.
|
||||
services:
|
||||
prometheus:
|
||||
image: prom/prometheus:v3.1.0
|
||||
image: prom/prometheus:v3.13.1
|
||||
container_name: prometheus
|
||||
command:
|
||||
- --config.file=/etc/prometheus/prometheus.yml
|
||||
@ -15,7 +15,7 @@ services:
|
||||
- "host.docker.internal:host-gateway"
|
||||
|
||||
grafana:
|
||||
image: grafana/grafana:11.4.0
|
||||
image: grafana/grafana:13.1.1
|
||||
container_name: grafana
|
||||
ports:
|
||||
- "3000:3000"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user