58968e1ceb
* Remove very old-versioned loki blocks * Update prometheus block from 2.7.2 to latest * Remove data sources in Grafana * Fix e2e test not to intercept the whole url Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
5 lines
130 B
Docker
5 lines
130 B
Docker
FROM prom/prometheus:latest
|
|
ADD prometheus.yml /etc/prometheus/
|
|
ADD recording.yml /etc/prometheus/
|
|
ADD alert.yml /etc/prometheus/
|