fix(cloudmon): add vm_ip metric for vm (#22586)

This commit is contained in:
屈轩
2025-05-22 10:53:59 +08:00
committed by GitHub
parent a1fce125da
commit 3224eac821
+1
View File
@@ -325,6 +325,7 @@ func (self ServerDetails) GetMetricTags() map[string]string {
"host": self.Host,
"host_id": self.HostId,
"ips": self.IPs,
"vm_ip": self.IPs,
"vm_id": self.Id,
"vm_name": self.Name,
"zone": self.Zone,