infra: add pushgateway scrape config to Prometheus

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jgrusewski
2026-03-01 02:31:38 +01:00
parent 4611ab97f3
commit 1c2985d1ee

View File

@@ -164,3 +164,9 @@ prometheus:
- source_labels: [__meta_kubernetes_pod_ip]
target_label: __address__
replacement: $1:9080
# --- Pushgateway (training job metrics) ---
- job_name: pushgateway
honor_labels: true
static_configs:
- targets: ['pushgateway.foxhunt.svc.cluster.local:9091']