Documentation
¶
Index ¶
Constants ¶
View Source
const ( // EntityMemory ... EntityMemory = string("memory") // AttrTotal ... AttrTotal = "total" // AttrFree ... AttrFree = "free" // AttrUsedPercent ... AttrUsedPercent = "used_percent" // Name ... Name = "memory" // EntityType ... EntityType = "memory" Version = "0.0.1" )
Variables ¶
View Source
var F embed.FS
Functions ¶
func NewMetrics ¶ added in v0.12.0
Types ¶
type Actor ¶
type Actor struct {
supervisor.BaseActor
// contains filtered or unexported fields
}
Actor ...
Click to show internal directories.
Click to hide internal directories.