Collect the metrics from `grafana`.
This commit is contained in:
parent
22e78ccc93
commit
06438d0dc2
|
@ -51,6 +51,12 @@ scrape_configs:
|
|||
services:
|
||||
- 'node_exporter'
|
||||
|
||||
- job_name: 'grafana'
|
||||
consul_sd_configs:
|
||||
- server: 'localhost:8500'
|
||||
services:
|
||||
- 'grafana'
|
||||
|
||||
alerting:
|
||||
alertmanagers:
|
||||
- static_configs:
|
||||
|
|
Loading…
Reference in New Issue