Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Converter ¶
type Converter interface {
Convert(data []byte) ([]FrameWrapper, error)
}
Converter can convert input to Grafana Data Frames.
type FrameWrapper ¶
type FrameWrapper interface { // Key returns a key which describes Frame metrics. Key() string // Frame allows getting data.Frame. Frame() *data.Frame }
FrameWrapper is a wrapper over data.Frame.
Click to show internal directories.
Click to hide internal directories.