Skip to content

Commit

Permalink
update CacheStoreStats (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
YangKian authored Jul 3, 2024
1 parent 33620f8 commit 12abd76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hstream.proto
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,8 @@ enum CacheStoreStats {
CSReadInBytes = 4;
CSReadInRecords = 5;
CSDeliveredInRecords = 6;
CSDeliveredTotal = 7;
CSDeliveredFailed = 8;
}

message StatType {
Expand Down

0 comments on commit 12abd76

Please sign in to comment.