Skip to content

Commit

Permalink
removed prom with no metrics (#793)
Browse files Browse the repository at this point in the history
this is the only relevant app
  • Loading branch information
Avi-Robusta authored Mar 23, 2023
1 parent 6694f12 commit e27a3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robusta/integrations/prometheus/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e27a3fd

Please sign in to comment.