diff --git a/src/robusta/integrations/prometheus/utils.py b/src/robusta/integrations/prometheus/utils.py index a2a354230..0583066e8 100644 --- a/src/robusta/integrations/prometheus/utils.py +++ b/src/robusta/integrations/prometheus/utils.py @@ -79,7 +79,7 @@ def find_prometheus_url(cls) -> Optional[str]: return super().find_url( selectors=[ "app=kube-prometheus-stack-prometheus", - "app=prometheus,component=server", + "app=prometheus,component=server,release!=kubecost", "app=prometheus-server", "app=prometheus-operator-prometheus", "app=prometheus-msteams",