package
0.0.0-20210727193056-83090578f9e6
Repository: https://github.com/jonathanlb/sqlite32grafana.git
Documentation: pkg.go.dev

# Functions

New builds a new timeseries manager backed by the DB file and table with indexed time column.
NewSet creates a collection of strings.

# Structs

DataPoint is a time-scalar tuple for reporting observations back to Grafana.
QueryFilter stores a query limiter requested by Grafana.
QueryRange represents a time period requested by Grafana.
QueryRangeRaw stores the grafana time query range as entered by user.
QueryTarget represents a timeseries requested by Grafana or subsequence returned to Grafana of a requested timeseries where each observation is tagged by the Target field value.
TagKey represents a column name and the declared type of column values.
TimeSeriesQueryOpts holds options for a query.

# Interfaces

Set represents an unordered collection of strings.
TimeSeriesManager exposes calls available to ReST end points to query SQLite table columns to Grafana.