From 34d780973c1cfdd6c45b9c0ec7b3e68ee41522c2 Mon Sep 17 00:00:00 2001 From: medcl Date: Mon, 22 Feb 2021 23:50:16 +0800 Subject: [PATCH] fix title --- web/src/pages/Cluster/Metrics.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/pages/Cluster/Metrics.js b/web/src/pages/Cluster/Metrics.js index f97628d6..f9f5f06c 100644 --- a/web/src/pages/Cluster/Metrics.js +++ b/web/src/pages/Cluster/Metrics.js @@ -2474,7 +2474,7 @@ const Elasticsearch_METRICS={ "title" : "Search Rate", "isDerivative" : true, "field" : "indices_stats._all.total.search.query_total", - "label" : "Total Search", + "label" : "Total Searching", "description" : "Number of search requests being executed across primary and replica shards. A single search can run against multiple shards!", "units" : "/s", "formatType":"num", @@ -3498,7 +3498,7 @@ const Elasticsearch_METRICS={ "hasCalculation" : true, "isDerivative" : false, "field" : "indices_stats._all.total.search.query_total", - "label" : "Search", + "label" : "Searching", "group" : "group-2", "description" : "Average latency for searching, which is time it takes to execute searches divided by number of searches submitted. This considers primary and replica shards.", "units" : "ms",