f03bc7ec18
* Add docker-compose with prometheus and grafana * Add dashbord installation * Fix path to config file
7 lines
143 B
YAML
7 lines
143 B
YAML
scrape_configs:
|
|
- job_name: 'statsd'
|
|
scrape_interval: 30s
|
|
static_configs:
|
|
- targets:
|
|
- onlyoffice-statsd-exporter:9102
|