diff options
Diffstat (limited to 'robusta_krr')
| -rw-r--r-- | robusta_krr/core/integrations/prometheus/loader.py | 1 | ||||
| -rw-r--r-- | robusta_krr/core/integrations/prometheus/metrics_service/prometheus_metrics_service.py | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/robusta_krr/core/integrations/prometheus/loader.py b/robusta_krr/core/integrations/prometheus/loader.py index df5af96..5593d69 100644 --- a/robusta_krr/core/integrations/prometheus/loader.py +++ b/robusta_krr/core/integrations/prometheus/loader.py @@ -38,6 +38,7 @@ class PrometheusMetricsLoader: """ self.executor = ThreadPoolExecutor(settings.max_workers) + logger.info(f"Prometheus loader max workers: {settings.max_workers}") self.api_client = ( k8s_config.new_client_from_config(config_file=settings.kubeconfig, context=cluster) 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 0db59c2..f0ebba3 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 @@ -38,7 +38,6 @@ class PrometheusDiscovery(MetricsServiceDiscovery): "app=prometheus,component=server", "app=prometheus-server", "app=prometheus-operator-prometheus", - "app=prometheus-msteams", "app=rancher-monitoring-prometheus", "app=prometheus-prometheus", ] |
