proxyquerier

package
v0.0.39 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2019 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProxyQuerier

type ProxyQuerier struct {
	Ctx    context.Context
	Start  time.Time
	End    time.Time
	Client promclient.API

	Cfg *proxyconfig.PromxyConfig
}

ProxyQuerier Implements prometheus' Querier interface

func (*ProxyQuerier) Close

func (h *ProxyQuerier) Close() error

Close closes the querier. Behavior for subsequent calls to Querier methods is undefined.

func (*ProxyQuerier) LabelValues added in v0.0.2

func (h *ProxyQuerier) LabelValues(name string) ([]string, error)

LabelValues returns all potential values for a label name.

func (*ProxyQuerier) Select added in v0.0.2

func (h *ProxyQuerier) Select(selectParams *storage.SelectParams, matchers ...*labels.Matcher) (storage.SeriesSet, error)

Select returns a set of series that matches the given label matchers.

type Series added in v0.0.2

type Series struct {
	It *promclient.SeriesIterator
}

Series implements prometheus' Series interface

func (*Series) Iterator added in v0.0.2

func (s *Series) Iterator() storage.SeriesIterator

Iterator returns an iterator over the series

func (*Series) Labels added in v0.0.2

func (s *Series) Labels() labels.Labels

Labels for this seris

type SeriesSet added in v0.0.2

type SeriesSet struct {
	// contains filtered or unexported fields
}

SeriesSet implements prometheus' SeriesSet interface

func NewSeriesSet added in v0.0.2

func NewSeriesSet(series []storage.Series) *SeriesSet

NewSeriesSet returns a SeriesSet for the given series

func (*SeriesSet) At added in v0.0.2

func (s *SeriesSet) At() storage.Series

At returns the current Series for this iterator

func (*SeriesSet) Err added in v0.0.2

func (s *SeriesSet) Err() error

Err returns any error found in this iterator

func (*SeriesSet) Next added in v0.0.2

func (s *SeriesSet) Next() bool

Next will attempt to move the iterator up

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL