mirror of
https://github.com/openfaas/faas.git
synced 2025-06-22 23:03:24 +00:00
Add Prometheus with config
This commit is contained in:
5
prometheus/Dockerfile.prometheus
Normal file
5
prometheus/Dockerfile.prometheus
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
FROM prom/prometheus:v1.7.1
|
||||||
|
|
||||||
|
COPY prometheus.yml /etc/prometheus/prometheus.yml
|
||||||
|
COPY alert.rules /etc/prometheus/alert.rules
|
||||||
|
|
Reference in New Issue
Block a user