mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(storage_impl): split payment intent interface implementation (#1946)
This commit is contained in:
6
crates/storage_impl/src/metrics.rs
Normal file
6
crates/storage_impl/src/metrics.rs
Normal file
@ -0,0 +1,6 @@
|
||||
use router_env::{counter_metric, global_meter, metrics_context};
|
||||
|
||||
metrics_context!(CONTEXT);
|
||||
global_meter!(GLOBAL_METER, "ROUTER_API");
|
||||
|
||||
counter_metric!(KV_MISS, GLOBAL_METER); // No. of KV misses
|
||||
Reference in New Issue
Block a user