summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/metrics/legacy_proton_metrics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/metrics/legacy_proton_metrics.cpp b/searchcore/src/vespa/searchcore/proton/metrics/legacy_proton_metrics.cpp
index a1bbf0758ac..9b7015a9f61 100644
--- a/searchcore/src/vespa/searchcore/proton/metrics/legacy_proton_metrics.cpp
+++ b/searchcore/src/vespa/searchcore/proton/metrics/legacy_proton_metrics.cpp
@@ -19,7 +19,7 @@ LegacyProtonMetrics::LegacyProtonMetrics()
matchExecutor("matchexecutor", this),
summaryExecutor("summaryexecutor", this),
memoryUsage("memoryusage", "logdefault", "Total tracked memory usage", this),
- diskUsage("diskusage", "logdefault", "Total tracked disk usage", this),
+ diskUsage("diskusage", "logdefault", "Total tracked disk usage for disk indexes", this),
docsInMemory("docsinmemory", "logdefault", "Total Number of documents in memory", this),
numDocs("numdocs", "logdefault", "Total number of ready/indexed documents among all document dbs (equal as numindexeddocs)", this),
numActiveDocs("numactivedocs", "logdefault",