Add auth exporter module: implement Prometheus scrape configuration, exporter logic, and Grafana dashboard

This commit is contained in:
2025-10-03 00:59:58 +02:00
parent eb60d37c2d
commit cd69dbc25a
7 changed files with 303 additions and 0 deletions
@@ -44,3 +44,8 @@ scrape_configs:
scrape_interval: 60s
static_configs:
- targets: ["fail2ban-exporter.kube-system.svc.cluster.local:9100"]
- job_name: auth-exporter
scrape_interval: 10s
static_configs:
- targets:
- "auth-exporter.kube-system.svc.cluster.local:9100"