aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/removeoperationtest.cpp
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@yahooinc.com>2023-05-16 11:32:03 +0000
committerTor Brede Vekterli <vekterli@yahooinc.com>2023-05-16 11:40:34 +0000
commit80a8d657cbf2b26f7de65c813dc140bfd50d10fa (patch)
tree663380793f993ba3ce3be318c4482508387a2fc5 /storage/src/tests/distributor/removeoperationtest.cpp
parenta98b18cd45e8fae74a9e71c331698b7ed149ae98 (diff)
Add dedicated condition probe metrics for `PutOperation`/`RemoveOperation`
Follows the same pattern as that used for sub-operation metrics for write-repair during Update processing.
Diffstat (limited to 'storage/src/tests/distributor/removeoperationtest.cpp')
-rw-r--r--storage/src/tests/distributor/removeoperationtest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/src/tests/distributor/removeoperationtest.cpp b/storage/src/tests/distributor/removeoperationtest.cpp
index d352d23bb8c..d169c80a95d 100644
--- a/storage/src/tests/distributor/removeoperationtest.cpp
+++ b/storage/src/tests/distributor/removeoperationtest.cpp
@@ -41,7 +41,8 @@ struct RemoveOperationTest : Test, DistributorStripeTestUtil {
operation_context(),
getDistributorBucketSpace(),
msg,
- metrics().removes);
+ metrics().removes,
+ metrics().remove_condition_probes);
op->start(_sender);
}