fix: stop actual-budget-exporter probes from hitting login-triggering /metrics
readinessProbe/livenessProbe hit /metrics on top of Prometheus's own scrapes; exporter re-logs into actual_server on every call (no session reuse), tripped actual_server's login rate limit (too-many-requests). Switch probes to tcpSocket and stretch scrape interval to 5m.
This commit is contained in:
@@ -34,4 +34,6 @@ resources:
|
||||
|
||||
serviceMonitor:
|
||||
enabled: true
|
||||
interval: 30s
|
||||
# Each scrape does a full login against actual_server (no session reuse in
|
||||
# this exporter) — kept long to avoid tripping its login rate limit.
|
||||
interval: 5m
|
||||
|
||||
Reference in New Issue
Block a user