mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
6 lines
84 B
Go
6 lines
84 B
Go
package model
|
|
|
|
type CPUMetrics struct {
|
|
PercentUsed float64 `json:"percentUsed"`
|
|
}
|