aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/documentsubdbcollection.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/vespa/searchcore/proton/server/documentsubdbcollection.h')
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/documentsubdbcollection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/server/documentsubdbcollection.h b/searchcore/src/vespa/searchcore/proton/server/documentsubdbcollection.h
index c4ddd6d0e72..68f790307ce 100644
--- a/searchcore/src/vespa/searchcore/proton/server/documentsubdbcollection.h
+++ b/searchcore/src/vespa/searchcore/proton/server/documentsubdbcollection.h
@@ -26,7 +26,7 @@ namespace searchcorespi {
namespace proton {
class DocumentDBConfig;
-class DocumentDBMetricsCollection;
+class DocumentDBTaggedMetrics;
class MaintenanceController;
class MetricsWireService;
class ICommitable;
@@ -102,7 +102,7 @@ public:
vespalib::ThreadStackExecutorBase &sharedExecutor,
const search::common::FileHeaderContext &fileHeaderContext,
MetricsWireService &metricsWireService,
- DocumentDBMetricsCollection &metrics,
+ DocumentDBTaggedMetrics &metrics,
matching::QueryLimiter & queryLimiter,
const vespalib::Clock &clock,
std::mutex &configMutex,