服务访问日志增加今天和历史的访问日志查看

This commit is contained in:
GoEdgeLab
2020-10-31 17:45:04 +08:00
parent bc4bd36f8f
commit e79259b2b4
4 changed files with 36 additions and 24 deletions

View File

@@ -22,6 +22,7 @@ type NodeStatus struct {
Load1m float64 `json:"load1m"`
Load5m float64 `json:"load5m"`
Load15m float64 `json:"load15m"`
ConnectionCount int `json:"connectionCount"` // 连接数
IsActive bool `json:"isActive"`
Error string `json:"error"`