mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 02:37:24 +08:00
fix(cloudmon): account balance metric with tenant_id (#23785)
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user