fix(cloudmon): account balance metric with tenant_id (#23785)

This commit is contained in:
屈轩
2025-11-20 14:22:28 +08:00
committed by GitHub
parent 15c7a825bf
commit 32d4820a63
+3
View File
@@ -368,6 +368,9 @@ func (self CloudaccountDetail) GetMetricTags() map[string]string {
"domain_id": self.DomainId,
"project_domain": self.ProjectDomain,
"currency": self.Currency,
"tenant_id": self.ProjectId,
"tenant": self.Project,
"status": self.Status,
}
return AppendMetricTags(ret, self.MetadataResourceInfo, self.ProjectizedResourceInfo)
}