Add docker-compose with prometheus and grafana (#495)
* Add docker-compose with prometheus and grafana * Add dashbord installation * Fix path to config file
This commit is contained in:
parent
6f716134dd
commit
f03bc7ec18
5 changed files with 2878 additions and 0 deletions
6
tests/prometheus/grafana/conf/prometheus.yml
Normal file
6
tests/prometheus/grafana/conf/prometheus.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
apiVersion: 1
|
||||
datasources:
|
||||
- name: Prometheus
|
||||
type: prometheus
|
||||
url: http://onlyoffice-prometheus:9090
|
||||
editable: true
|
Loading…
Add table
Add a link
Reference in a new issue