Documentation ¶
Index ¶
- func NewInfluxDBExecutor(datasource *models.DataSource) (tsdb.TsdbQueryEndpoint, error)
- type DefinitionParameters
- type InfluxDBExecutor
- type InfluxDbSelect
- type InfluxdbQueryParser
- type Message
- type Query
- type QueryDefinition
- type QueryPart
- type Response
- type ResponseParser
- type Result
- type Row
- type Select
- type Tag
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInfluxDBExecutor ¶
func NewInfluxDBExecutor(datasource *models.DataSource) (tsdb.TsdbQueryEndpoint, error)
Types ¶
type DefinitionParameters ¶
type InfluxDBExecutor ¶
type InfluxDBExecutor struct { //*models.DataSource QueryParser *InfluxdbQueryParser ResponseParser *ResponseParser }
type InfluxDbSelect ¶
type InfluxDbSelect struct {
Type string
}
type InfluxdbQueryParser ¶
type InfluxdbQueryParser struct{}
func (*InfluxdbQueryParser) Parse ¶
func (qp *InfluxdbQueryParser) Parse(model *simplejson.Json, dsInfo *models.DataSource) (*Query, error)
type Query ¶
type QueryDefinition ¶
type QueryPart ¶
type QueryPart struct { Def QueryDefinition Type string Params []string }
type ResponseParser ¶
type ResponseParser struct{}
func (*ResponseParser) Parse ¶
func (rp *ResponseParser) Parse(response *Response, query *Query) *tsdb.QueryResult
Click to show internal directories.
Click to hide internal directories.