summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Musso <hashar@free.fr>2020-11-19 21:55:05 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-11-19 21:55:05 +0000
commit62c6505dfee8479ca1a0678d8eaf70fb3aa93dcb (patch)
tree14f3f16fd973380b7ec70d19f978d070612ccfe1
parentd62c6f611e2fd536e9d7d1742224a768899a2651 (diff)
parenteeebe41ee8fd3d22befc0c399c3f8bd119993b04 (diff)
Merge "Disk cache metrics require cache.enableDiskStatMetrics" into stable-2.16
-rw-r--r--Documentation/metrics.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/metrics.txt b/Documentation/metrics.txt
index cb3eb2179d..1666b2fd0b 100644
--- a/Documentation/metrics.txt
+++ b/Documentation/metrics.txt
@@ -61,6 +61,11 @@ objects needing finalization.
* `caches/disk_cached`: Disk entries used by persistent cache.
* `caches/disk_hit_ratio`: Disk hit ratio for persistent cache.
+Cache disk metrics are expensive to compute on larger installations and are not
+computed by default. They can be enabled via the
+link:config.gerrit.html#cache.enableDiskStatMetrics[`cache.enableDiskStatMetrics`]
+setting.
+
=== HTTP
==== Jetty