From 25dfdab6d085378a556b08afeaf49a0cfe6f77b0 Mon Sep 17 00:00:00 2001 From: vvb2001 <147791144+vvb2001@users.noreply.github.com> Date: Fri, 13 Oct 2023 10:18:16 +0530 Subject: [PATCH] Update prometheus_metrics_service.py to add additional label --- .../prometheus/metrics_service/prometheus_metrics_service.py | 1 + 1 file changed, 1 insertion(+) diff --git a/robusta_krr/core/integrations/prometheus/metrics_service/prometheus_metrics_service.py b/robusta_krr/core/integrations/prometheus/metrics_service/prometheus_metrics_service.py index 2ea99dc1..7e25bf6f 100644 --- a/robusta_krr/core/integrations/prometheus/metrics_service/prometheus_metrics_service.py +++ b/robusta_krr/core/integrations/prometheus/metrics_service/prometheus_metrics_service.py @@ -37,6 +37,7 @@ def find_metrics_url(self, *, api_client: Optional[ApiClient] = None) -> Optiona "app=prometheus-msteams", "app=rancher-monitoring-prometheus", "app=prometheus-prometheus", + "platform.monitoring.app=prometheus" ] )