fix(multitenancy): consistently use tenant nomenclature everywhere (#6389)

This commit is contained in:
Kartikeya Hegde
2024-10-28 20:37:59 +05:30
committed by GitHub
parent 7fe22e09a9
commit aecd5eea3d
13 changed files with 113 additions and 46 deletions

View File

@ -739,7 +739,7 @@ pub async fn push_metrics_for_success_based_routing(
&metrics::CONTEXT,
1,
&add_attributes([
("tenant", state.tenant.name.clone()),
("tenant", state.tenant.tenant_id.clone()),
(
"merchant_id",
payment_attempt.merchant_id.get_string_repr().to_string(),