Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceUnit ¶
type ResourceUnit string
ResourceUnit represents the unit of measure for certain metrics.
const (
// UnitByte is the unit of measure in bytes.
UnitByte ResourceUnit = "byte"
// UnitCore is the unit of measure in CPU cores.
UnitCore ResourceUnit = "core"
// UnitInteger is the unit of measure in integers.
UnitInteger ResourceUnit = "integer"
)
Click to show internal directories.
Click to hide internal directories.