aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/distributor/update_metric_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/vespa/storage/distributor/update_metric_set.h')
-rw-r--r--storage/src/vespa/storage/distributor/update_metric_set.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/src/vespa/storage/distributor/update_metric_set.h b/storage/src/vespa/storage/distributor/update_metric_set.h
index de8474c949c..8a88aa6b9a9 100644
--- a/storage/src/vespa/storage/distributor/update_metric_set.h
+++ b/storage/src/vespa/storage/distributor/update_metric_set.h
@@ -10,6 +10,7 @@ namespace storage {
class UpdateMetricSet : public PersistenceOperationMetricSet {
public:
metrics::LongCountMetric diverging_timestamp_updates;
+ metrics::LongCountMetric fast_path_restarts;
explicit UpdateMetricSet(MetricSet* owner = nullptr);
~UpdateMetricSet() override;