From 1c2985d1eeed850f54a2a89a598b2fa74b3fb658 Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Sun, 1 Mar 2026 02:31:38 +0100 Subject: [PATCH] infra: add pushgateway scrape config to Prometheus Co-Authored-By: Claude Opus 4.6 --- infra/k8s/monitoring/prometheus-values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/infra/k8s/monitoring/prometheus-values.yaml b/infra/k8s/monitoring/prometheus-values.yaml index 6b44f3074..8eac3e8f6 100644 --- a/infra/k8s/monitoring/prometheus-values.yaml +++ b/infra/k8s/monitoring/prometheus-values.yaml @@ -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']