oneuptime/InfrastructureAgent/model/cpu_metrics.go

6 lines
84 B
Go

package model
type CPUMetrics struct {
PercentUsed float64 `json:"percentUsed"`
}