mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-24 16:03:43 +08:00
fix(cloudmon): add vm_ip metric for vm (#22586)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user