Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Custom ¶
type Custom struct {
Config Config
}
Custom - XXX
func (*Custom) SetConfigDefaults ¶
SetConfigDefaults - XXX
type Metric ¶
type Metric struct { Name string `json:"name"` Value float64 `json:"value"` Type string `json:"type"` }
Metric - XXX
type PerformanceStruct ¶
type PerformanceStruct struct { Gauges map[string]interface{} `json:"gauges,omitempty"` Counters map[string]interface{} `json:"counters,omitempty"` }
PerformanceStruct - XXX
func (PerformanceStruct) String ¶
func (p PerformanceStruct) String() string
type PerformanceStructBlock ¶
type PerformanceStructBlock map[string]PerformanceStruct
PerformanceStructBlock - XXX
func (PerformanceStructBlock) String ¶
func (p PerformanceStructBlock) String() string
Click to show internal directories.
Click to hide internal directories.