Versions in this module Expand all Collapse all v0 v0.0.2 Jul 25, 2018 v0.0.1 Jul 24, 2018 Changes in this version + type Labels struct + func (l Labels) GetExpr() string + func (l Labels) GetKey() (string, string, uint64) + type V3ioPromAdapter struct + func NewV3ioProm(cfg *config.V3ioConfig, container *v3io.Container, logger logger.Logger) (*V3ioPromAdapter, error) + func (a *V3ioPromAdapter) Appender() (storage.Appender, error) + func (a *V3ioPromAdapter) Close() error + func (a *V3ioPromAdapter) Querier(_ context.Context, mint, maxt int64) (storage.Querier, error) + func (a *V3ioPromAdapter) StartTime() (int64, error) + type V3ioPromQuerier struct + func (q *V3ioPromQuerier) Close() error + func (q *V3ioPromQuerier) LabelValues(name string) ([]string, error) + func (q *V3ioPromQuerier) Select(params *storage.SelectParams, oms ...*labels.Matcher) (storage.SeriesSet, error) + type V3ioPromSeries struct + func (s *V3ioPromSeries) Iterator() storage.SeriesIterator + func (s *V3ioPromSeries) Labels() labels.Labels + type V3ioPromSeriesIterator struct + func (s *V3ioPromSeriesIterator) At() (t int64, v float64) + func (s *V3ioPromSeriesIterator) Err() error + func (s *V3ioPromSeriesIterator) Next() bool + func (s *V3ioPromSeriesIterator) Seek(t int64) bool + type V3ioPromSeriesSet struct + func (s *V3ioPromSeriesSet) At() storage.Series + func (s *V3ioPromSeriesSet) Err() error + func (s *V3ioPromSeriesSet) Next() bool