v-m: Scrape Grafana
Grafana exports Prometheus metrics about its own performance.etcd
parent
3439ce1f13
commit
834d0f804f
|
@ -301,3 +301,9 @@ scrape_configs:
|
|||
- source_labels: [__address__]
|
||||
target_label: __address__
|
||||
replacement: '$1:9598'
|
||||
|
||||
- job_name: grafana
|
||||
scheme: https
|
||||
static_configs:
|
||||
- targets:
|
||||
- grafana.pyrocufflink.blue
|
||||
|
|
Loading…
Reference in New Issue