diff options
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | robusta_krr/core/integrations/prometheus/loader.py | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -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, ) |
