Documentation ¶
Index ¶
Constants ¶
View Source
const ( // EntityMemoryApp ... EntityMemoryApp = string("memory_app") // AttrAlloc ... AttrAlloc = "alloc" // AttrHeapAlloc ... AttrHeapAlloc = "heap_alloc" // AttrTotalAlloc ... AttrTotalAlloc = "total_alloc" // AttrSys ... AttrSys = "sys" // AttrNumGC ... AttrNumGC = "num_gc" // AttrLastGC ... AttrLastGC = "last_gc" // Name ... Name = "memory_app" // EntityType ... EntityType = "memory_app" Version = "0.0.1" )
Variables ¶
This section is empty.
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.