prometheus: scrape Grafana stats

This commit is contained in:
Ryan Cavicchioni 2022-09-01 16:40:12 -05:00
parent dae13299e0
commit 2483542b98
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -169,6 +169,11 @@ prometheus_config:
static_configs:
- targets:
- "localhost:10912"
- job_name: grafana
scrape_interval: 5s
static_configs:
- targets:
- "localhost:3002"
rule_files:
- rules.yaml