Add docker-compose with prometheus and grafana ()

* Add docker-compose with prometheus and grafana

* Add dashbord installation

* Fix path to config file
This commit is contained in:
Dmitry Kireev 2023-03-21 13:06:05 +03:00 committed by GitHub
parent 6f716134dd
commit f03bc7ec18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 2878 additions and 0 deletions
tests/prometheus/prometheus-scrape

View file

@ -0,0 +1,6 @@
scrape_configs:
- job_name: 'statsd'
scrape_interval: 30s
static_configs:
- targets:
- onlyoffice-statsd-exporter:9102