Adds Prometheus/Grafana monitoring infrastructure
This commit is contained in:
parent
64d82b5e42
commit
f46d8a7782
21 changed files with 6414 additions and 6 deletions
8
monitoring/grafana/provisioning/datasources/prom.yml
Normal file
8
monitoring/grafana/provisioning/datasources/prom.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
# config file version
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: DS_PROMETHEUS
|
||||
type: prometheus
|
||||
default: true
|
||||
url: http://prometheus:9090
|
Loading…
Add table
Add a link
Reference in a new issue