Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( MNumGoRoutines = stats.Int64("runtime/goroutines", "The number of goroutines", "1") GoroutinesNumView = &view.View{ Name: "runtime/goroutines", Measure: MNumGoRoutines, Description: "The number of goroutines", Aggregation: view.Sum(), } )
Functions ¶
func RunGoroutineStat ¶
func RunGoroutineStat()
func StartStatsServer ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.