fix title
This commit is contained in:
parent
0015bd49b1
commit
34d780973c
|
@ -2474,7 +2474,7 @@ const Elasticsearch_METRICS={
|
||||||
"title" : "Search Rate",
|
"title" : "Search Rate",
|
||||||
"isDerivative" : true,
|
"isDerivative" : true,
|
||||||
"field" : "indices_stats._all.total.search.query_total",
|
"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!",
|
"description" : "Number of search requests being executed across primary and replica shards. A single search can run against multiple shards!",
|
||||||
"units" : "/s",
|
"units" : "/s",
|
||||||
"formatType":"num",
|
"formatType":"num",
|
||||||
|
@ -3498,7 +3498,7 @@ const Elasticsearch_METRICS={
|
||||||
"hasCalculation" : true,
|
"hasCalculation" : true,
|
||||||
"isDerivative" : false,
|
"isDerivative" : false,
|
||||||
"field" : "indices_stats._all.total.search.query_total",
|
"field" : "indices_stats._all.total.search.query_total",
|
||||||
"label" : "Search",
|
"label" : "Searching",
|
||||||
"group" : "group-2",
|
"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.",
|
"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",
|
"units" : "ms",
|
||||||
|
|
Loading…
Reference in New Issue