v-m: Scrape Grafana
Grafana exports Prometheus metrics about its own performance.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user