From 28a8a4ea63f8df19e6ec53fc071853897916ec50 Mon Sep 17 00:00:00 2001 From: YangKian <1207783292@qq.com> Date: Wed, 3 Jul 2024 11:43:19 +0800 Subject: [PATCH] update CacheStoreStats --- hstream.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hstream.proto b/hstream.proto index 986c82d..2074ecd 100644 --- a/hstream.proto +++ b/hstream.proto @@ -773,6 +773,8 @@ enum CacheStoreStats { CSReadInBytes = 4; CSReadInRecords = 5; CSDeliveredInRecords = 6; + CSDeliveredTotal = 7; + CSDeliveredFailed = 8; } message StatType {