Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GoroutineView = &view.View{ Name: "process/cpu_goroutines", Description: "number of running goroutines", Measure: grM, Aggregation: view.LastValue(), } HeapAllocView = &view.View{ Name: "process/heap_alloc", Description: "total bytes of allocated heap", Measure: haM, Aggregation: view.LastValue(), } HeapSystemView = &view.View{ Name: "process/sys_heap", Description: "Bytes of heap memory obtained from the OS", Measure: hsM, Aggregation: view.LastValue(), } PauseNSView = &view.View{ Name: "process/pause_ns", Description: "most recent stop the world duration", Measure: pnsM, Aggregation: view.LastValue(), } )
Runtime Views
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.