aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-11-26 11:30:47 +0100
committerGitHub <noreply@github.com>2021-11-26 11:30:47 +0100
commit453dda03f63cc62f419f9977202640ffe9958d2d (patch)
treeffac4bc3c30c2dd5bde1212f666346b8f968360f /searchcore
parent113c87ccb467c772046b14875565b53fa7cfa8b1 (diff)
Update searchcore/src/vespa/searchcore/proton/metrics/document_db_commit_metrics.cpp
Co-authored-by: Geir Storli <geirst@yahooinc.com>
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/metrics/document_db_commit_metrics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/metrics/document_db_commit_metrics.cpp b/searchcore/src/vespa/searchcore/proton/metrics/document_db_commit_metrics.cpp
index a43b0a5f144..c5b7d71a982 100644
--- a/searchcore/src/vespa/searchcore/proton/metrics/document_db_commit_metrics.cpp
+++ b/searchcore/src/vespa/searchcore/proton/metrics/document_db_commit_metrics.cpp
@@ -6,7 +6,7 @@ namespace proton {
DocumentDBCommitMetrics::DocumentDBCommitMetrics(metrics::MetricSet* parent)
: MetricSet("commit", {}, "commit metrics for feeding in a document database", parent),
- operations("operations", {}, "Operations for commit", this),
+ operations("operations", {}, "Number of operations included in a commit", this),
latency("latency", {}, "Latency for commit", this)
{
}