diff --git a/.gitignore b/.gitignore index 2930ebe2..7fa9806b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Byte-compiled / optimized / DLL files +.idea/ __pycache__/ *.py[cod] *$py.class @@ -130,4 +131,4 @@ dmypy.json .DS_Store -robusta_lib \ No newline at end of file +robusta_lib diff --git a/robusta_krr/core/integrations/prometheus/loader.py b/robusta_krr/core/integrations/prometheus/loader.py index 1f0c14ee..4e506260 100644 --- a/robusta_krr/core/integrations/prometheus/loader.py +++ b/robusta_krr/core/integrations/prometheus/loader.py @@ -30,6 +30,7 @@ def find_prometheus_url(self, *, api_client: Optional[ApiClient] = None) -> Opti "app=prometheus-msteams", "app=rancher-monitoring-prometheus", "app=prometheus-prometheus", + "app.kubernetes.io/name=vmsingle", ], api_client=api_client, )