package
1.7.2
Repository: https://github.com/tao-network/prometheus.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

NewBuffer returns a new iterator that buffers the values within the time range of the current element and the duration of delta before.
NewFanout returns a new fan-out Storage, which proxies reads and writes through to multiple underlying storages.
NewMergeQuerier returns a new Querier that merges results of input queriers.
NewMergeSeriesSet returns a new series set that merges (deduplicates) series returned by the input series sets when iterating.
NoopQuerier is a Querier that does nothing.
NoopSeriesSet is a SeriesSet that does nothing.

# Variables

The errors exposed.
The errors exposed.
The errors exposed.
The errors exposed.

# Structs

BufferedSeriesIterator wraps an iterator with a look-back buffer.
SelectParams specifies parameters passed to data selections.

# Interfaces

Appender provides batched appends against a storage.
Querier provides reading access to time series data.
A Queryable handles queries against a storage.
Series represents a single time series.
SeriesIterator iterates over the data of a time series.
SeriesSet contains a set of series.
Storage ingests and manages samples, along with various indexes.

# Type aliases

QueryableFunc is an adapter to allow the use of ordinary functions as Queryables.