Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteMetrics ¶
Types ¶
type Output ¶
type Output []OutputMetric
type OutputMetric ¶
type OutputMetric struct {
Name string `json:"name"`
Unit string `json:"unit,omitempty"`
Values []OutputValue `json:"values,omitempty"`
}
type OutputValue ¶
type OutputValue struct {
Context []string `json:"context,omitempty"`
Value interface{} `json:"value"`
}
Click to show internal directories.
Click to hide internal directories.