# 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.