summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--robusta_krr/core/integrations/prometheus/loader.py1
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 2930ebe..7fa9806 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 1f0c14e..4e50626 100644
--- a/robusta_krr/core/integrations/prometheus/loader.py
+++ b/robusta_krr/core/integrations/prometheus/loader.py
@@ -30,6 +30,7 @@ class PrometheusDiscovery(ServiceDiscovery):
"app=prometheus-msteams",
"app=rancher-monitoring-prometheus",
"app=prometheus-prometheus",
+ "app.kubernetes.io/name=vmsingle",
],
api_client=api_client,
)