Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorDetail ¶
type ErrorDetail struct { Name string `json:"name,omitempty"` Message string `json:"message,omitempty"` Type string `json:"type,omitempty"` }
ErrorDetail represents a detailed error message
type Measurement ¶
type Measurement struct { Name string `json:"name,omitempty"` Metrics map[string]uint64 `json:"metrics,omitempty"` Tags map[string]string `json:"tags,omitempty"` Timestamp int64 `json:"ts,omitempty"` Value float64 `json:"value,omitempty"` Values map[string]string `json:"values,omitempty"` Errors []ErrorDetail `json:"errors,omitempty"` }
Measurement represents a single set of data
func (Measurement) String ¶
func (m Measurement) String() string
Click to show internal directories.
Click to hide internal directories.