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
tests/prometheus/prometheus-scrape
6
tests/prometheus/prometheus-scrape/statsd-exporter.yml
Normal file
6
tests/prometheus/prometheus-scrape/statsd-exporter.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
scrape_configs:
|
||||
- job_name: 'statsd'
|
||||
scrape_interval: 30s
|
||||
static_configs:
|
||||
- targets:
|
||||
- onlyoffice-statsd-exporter:9102
|
Loading…
Add table
Add a link
Reference in a new issue