Add auth exporter module: implement Prometheus scrape configuration, exporter logic, and Grafana dashboard
This commit is contained in:
@@ -42,3 +42,8 @@ scrape_configs:
|
||||
- targets:
|
||||
- "node-exporter.kube-system.svc.cluster.local:9100"
|
||||
- "10.19.4.1:9100"
|
||||
- job_name: auth-exporter
|
||||
scrape_interval: 10s
|
||||
static_configs:
|
||||
- targets:
|
||||
- "auth-exporter.kube-system.svc.cluster.local:9100"
|
||||
|
||||
Reference in New Issue
Block a user