summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2017-09-21 13:11:47 +0000
committerTor Egge <Tor.Egge@oath.com>2017-09-21 13:18:44 +0000
commitdc4d81cf6d1a0e57586ec58521dd4b42121af1f6 (patch)
treec8d03fb3f42965ab84b79530954fc04694167c29 /searchcore
parent3ab5d990c50ec6c6df14ac46a14f53c562925089 (diff)
Adjust description of legacy proton metric "proton.diskusage".
The tracked disk usage is for disk indexes (indexed fields), not attribute vectors, document meta store, document store or transaction log.
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",