mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 02:57:02 +08:00
refactor(tenant): use tenant id type (#6643)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -751,7 +751,10 @@ pub async fn push_metrics_with_update_window_for_success_based_routing(
|
||||
&metrics::CONTEXT,
|
||||
1,
|
||||
&add_attributes([
|
||||
("tenant", state.tenant.tenant_id.clone()),
|
||||
(
|
||||
"tenant",
|
||||
state.tenant.tenant_id.get_string_repr().to_owned(),
|
||||
),
|
||||
(
|
||||
"merchant_profile_id",
|
||||
format!(
|
||||
|
||||
Reference in New Issue
Block a user