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)
type VersionWarning ¶ added in v0.148.0
type VersionWarning struct {
DataVersion data.FrameTypeVersion
LibraryVersion data.FrameTypeVersion
DataType data.FrameType
}
func (*VersionWarning) DataNewer ¶ added in v0.148.0
func (vw *VersionWarning) DataNewer() bool
func (*VersionWarning) Error ¶ added in v0.148.0
func (vw *VersionWarning) Error() string
Click to show internal directories.
Click to hide internal directories.