mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat: Soft kill kv (#4582)
Co-authored-by: Akshay S <akshay.s@Akshay-Subramanian-D66TQ6D97K.local> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -10,3 +10,4 @@ counter_metric!(KV_OPERATION_SUCCESSFUL, GLOBAL_METER);
|
||||
counter_metric!(KV_OPERATION_FAILED, GLOBAL_METER);
|
||||
counter_metric!(KV_PUSHED_TO_DRAINER, GLOBAL_METER);
|
||||
counter_metric!(KV_FAILED_TO_PUSH_TO_DRAINER, GLOBAL_METER);
|
||||
counter_metric!(KV_SOFT_KILL_ACTIVE_UPDATE, GLOBAL_METER);
|
||||
|
||||
Reference in New Issue
Block a user