Explorar o código

[DOCS] Node stats API: fix descriptions of 'cache_size' and 'cache_count' (#98092)

Abdon Pijpelink %!s(int64=2) %!d(string=hai) anos
pai
achega
efc0cb5422
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      docs/reference/cluster/nodes-stats.asciidoc

+ 2 - 3
docs/reference/cluster/nodes-stats.asciidoc

@@ -682,12 +682,11 @@ Number of query cache misses.
 
 `cache_size`::
 (integer)
-Size, in bytes, of the query cache.
+Current number of cached queries.
 
 `cache_count`::
 (integer)
-Count of queries
-in the query cache.
+Total number of all queries that have been cached.
 
 `evictions`::
 (integer)