From d45a95ab92f214b12e653571a9be3b44f60fb0bd Mon Sep 17 00:00:00 2001 From: Warren Gifford Date: Mon, 3 Aug 2026 10:24:56 -0700 Subject: [PATCH] chore: remove stale jaeger agent scrape rule --- .../sourcegraph/templates/prometheus/prometheus.ConfigMap.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/charts/sourcegraph/templates/prometheus/prometheus.ConfigMap.yaml b/charts/sourcegraph/templates/prometheus/prometheus.ConfigMap.yaml index c5bc3b9a1..9d5f789b8 100644 --- a/charts/sourcegraph/templates/prometheus/prometheus.ConfigMap.yaml +++ b/charts/sourcegraph/templates/prometheus/prometheus.ConfigMap.yaml @@ -145,9 +145,6 @@ data: - source_labels: [__meta_kubernetes_service_annotation_sourcegraph_prometheus_scrape] action: keep regex: true - - source_labels: [__meta_kubernetes_pod_container_name] - action: drop - regex: jaeger-agent - source_labels: [__meta_kubernetes_service_annotation_prometheus_io_scheme] action: replace target_label: __scheme__