Documentation
¶
Index ¶
- Variables
- type Options
- type Queryable
- func (q *Queryable) ChunkQuerier(mint, maxt int64) (storage.ChunkQuerier, error)
- func (q *Queryable) ChunkQuerierWithOptions(opts types.QuerierOptions, mint, maxt int64) (storage.ChunkQuerier, error)
- func (q *Queryable) Querier(mint, maxt int64) (storage.Querier, error)
- func (q *Queryable) QuerierWithOptions(opts types.QuerierOptions, mint, maxt int64) (storage.Querier, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrTooManySeries = errors.New("too many series evaluated by this PromQL") ErrTooManyPoints = errors.New("too many points evaluated by this PromQL") )
View Source
var ErrAssertion = errors.New("assertion error")
Functions ¶
This section is empty.
Types ¶
type Queryable ¶
type Queryable struct {
// contains filtered or unexported fields
}
func NewLimiterQueryable ¶
func NewLimiterQueryable(q types.QueryableWithOptions, opts Options) *Queryable
func (*Queryable) ChunkQuerier ¶
func (q *Queryable) ChunkQuerier(mint, maxt int64) (storage.ChunkQuerier, error)
func (*Queryable) ChunkQuerierWithOptions ¶
func (q *Queryable) ChunkQuerierWithOptions(opts types.QuerierOptions, mint, maxt int64) (storage.ChunkQuerier, error)
func (*Queryable) QuerierWithOptions ¶
Click to show internal directories.
Click to hide internal directories.