package
2.0.0-rc.1+incompatible
Repository: https://github.com/hashmap/prometheus.git
Documentation: pkg.go.dev
# Functions
DeduplicateSeriesSet merges two SeriesSet and removes duplicates.
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.
# Variables
The errors exposed.
The errors exposed.
The errors exposed.
The errors exposed.
# Structs
BufferedSeriesIterator wraps an iterator with a look-back buffer.
# Interfaces
Appender provides batched appends against a storage.
Querier provides reading access to time series data.
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.