We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d76d703 commit 057519aCopy full SHA for 057519a
1 file changed
src/robusta/integrations/prometheus/utils.py
@@ -137,6 +137,7 @@ def find_prometheus_url(cls) -> Optional[str]:
137
selectors=[
138
"app=kube-prometheus-stack-prometheus",
139
"app=prometheus,component=server,release!=kubecost",
140
+ "app.kubernetes.io/name=prometheus,app.kubernetes.io/component=server",
141
"app=prometheus-server",
142
"app=prometheus-operator-prometheus",
143
"app=rancher-monitoring-prometheus",
0 commit comments