package
Version:
v1.26.2
Opens a new window with list of versions in this module.
Published: Oct 7, 2019
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type NumberPoint struct {
Point
Value float64 `json:"value"`
}
NumberPoint - a point with number type value
type Point struct {
Metric string `json:"metric"`
Tags map[string]string `json:"tags"`
Timestamp int64 `json:"timestamp"`
}
Point - the base point
type TextPoint struct {
Point
Text string `json:"text"`
}
TextPoint - a point with text type value
Source Files
¶
Click to show internal directories.
Click to hide internal directories.