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