Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instrumentable ¶
type Instrumentable interface {
Emit() Context
}
type VarzMessage ¶
type VarzMessage struct { Name string `json:"name"` NumCpus int `json:"numCPUS"` NumGoRoutines int `json:"numGoRoutines"` MemoryStats varzMemoryStats `json:"memoryStats"` Tags map[string]string `json:"tags"` Contexts []Context `json:"contexts"` }
func NewVarzMessage ¶
func NewVarzMessage(name string, instrumentables []Instrumentable) (*VarzMessage, error)
Click to show internal directories.
Click to hide internal directories.