mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
build(deps): bump opentelemetry crates to 0.27 (#6774)
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
use router_env::{counter_metric, gauge_metric, global_meter, metrics_context};
|
||||
use router_env::{counter_metric, gauge_metric, global_meter};
|
||||
|
||||
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