Skip to content

Commit

Permalink
zstack宿主机监控中增加参数信息进行Unmarshal
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoxiangchun committed May 24, 2020
1 parent 899c31d commit 47cac3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/multicloud/zstack/monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ type DataPoint struct {
}

type Label struct {
VMUuid string `json:"VMUuid"`
VMUuid string `json:"VMUuid"`
HostUuid string `json:"HostUuid"`
}

func (region *SRegion) GetMonitorData(name string, namespace string, since time.Time,
Expand Down

0 comments on commit 47cac3c

Please sign in to comment.