From e0be9fa288f37aa58f909392e59a4bc39b4d2295 Mon Sep 17 00:00:00 2001 From: Aroosha Pervaiz Date: Mon, 30 Jan 2023 23:46:31 +0100 Subject: [PATCH] updating values.yaml.. --- helm/check-metric/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/check-metric/values.yaml b/helm/check-metric/values.yaml index 3549821a7..68e830fff 100644 --- a/helm/check-metric/values.yaml +++ b/helm/check-metric/values.yaml @@ -11,14 +11,14 @@ dbs: - "1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000" dmwm: metrics: - - "reqmgr2_total_connections,ms_ruleCleaner_total_connections,ms_transferor_total_connections,ms_monitor_total_connections,ms_output_total_connections,ms_unmerged_total_connections,wmstats_total_connections" + - "t0reqmon_exporter_total_connections,reqmgr2_total_connections,ms_ruleCleaner_total_connections,ms_transferor_total_connections,ms_monitor_total_connections,ms_output_total_connections,ms_unmerged_total_connections,wmstats_total_connections" values: - - "1000,1000,1000,1000,1000,1000,1000" + - "1000,1000,1000,1000,1000,1000,1000,1000" tzero: metrics: - - "t0reqmon_exporter_total_connections,t0wmadatasvc_exporter_total_connections" + - "t0wmadatasvc_exporter_total_connections" values: - - "1000,1000" + - "1000" wma: metrics: - "wma_exporter_total_connections"