# Functions
BinOp returns new step iterator performing binary operation between two iterators.
Build builds new step iterator.
LabelReplace returns new step iterator performing label replacement.
LiteralBinOp returns new step iterator performing binary operation with literal.
RangeAggregation creates new range aggregation step iterator.
ReadStepResponse reads aggregation result into API structure.
Vector creates new vector function step iterator.
VectorAggregation creates new Vector aggregation step iterator.
# Structs
AvgAggregator implements moving cumulative average aggregation.
CountAggregator implements counting aggregation.
CountOverTime implements `count_over_time` aggregation.
EvalParams is a query evaluation params.
FirstOverTime implements `first_over_time` aggregation.
FPoint is a metric point.
LastOverTime implements `last_over_time` aggregation.
MaxAggregator implements max aggregation.
MinAggregator implements min aggregation.
QuantileOverTime implements `quantile_over_time` aggregation.
Rate implements `rate` aggregation.
RateCounter implements `rate_counter` aggregation.
Sample is a metric sample extracted from logs.
SampledEntry is a sampled log entry.
Series is a grouped set of metric points.
StddevAggregator implements standard deviation aggregation.
StdvarAggregator implements standard variance aggregation.
Step represents a one query range step i.
SumAggregator implements moving summing aggregation.
# Interfaces
Aggregator is a stateful streaming aggregator.
BatchAggregator is stateless batch aggregator.
# Type aliases
SampleOp is a binary operation for two samples.
SampleSelector creates new sampled entry iterator.