Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidValueFields ¶
Types ¶
type FrameFieldIndex ¶
type FrameFieldIndex struct { FrameIdx int FieldIdx int // -1 means no fields Reason string // only meant for human consumption }
FrameFieldIndex is for referencing data that is not considered part of the metric data when the data is valid. Reason states why the field was not part of the metric data.
type FrameFieldIndices ¶
type FrameFieldIndices []FrameFieldIndex
func (FrameFieldIndices) Len ¶
func (f FrameFieldIndices) Len() int
func (FrameFieldIndices) Less ¶
func (f FrameFieldIndices) Less(i, j int) bool
func (FrameFieldIndices) Swap ¶
func (f FrameFieldIndices) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.