aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/metrics/documentdb_tagged_metrics.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/vespa/searchcore/proton/metrics/documentdb_tagged_metrics.h')
-rw-r--r--searchcore/src/vespa/searchcore/proton/metrics/documentdb_tagged_metrics.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/metrics/documentdb_tagged_metrics.h b/searchcore/src/vespa/searchcore/proton/metrics/documentdb_tagged_metrics.h
index 94a69be2c7f..bfb954ecd25 100644
--- a/searchcore/src/vespa/searchcore/proton/metrics/documentdb_tagged_metrics.h
+++ b/searchcore/src/vespa/searchcore/proton/metrics/documentdb_tagged_metrics.h
@@ -191,8 +191,9 @@ struct DocumentDBTaggedMetrics : metrics::MetricSet
DocumentsMetrics documents;
MemoryUsageMetrics totalMemoryUsage;
metrics::LongValueMetric totalDiskUsage;
+ size_t maxNumThreads;
- DocumentDBTaggedMetrics(const vespalib::string &docTypeName);
+ DocumentDBTaggedMetrics(const vespalib::string &docTypeName, size_t maxNumThreads_);
~DocumentDBTaggedMetrics();
};