package
0.17.0
Repository: https://github.com/go-graphite/carbonapi.git
Documentation: pkg.go.dev

# Functions

AggCount counts non-NaN points.
No description provided by the author
AggFirst returns first point.
AggLast returns last point.
AggMax computes max of values.
AggMean computes mean (sum(v)/len(v), excluding NaN points) of values.
AggMeanZero computes mean (sum(v)/len(v), replacing NaN points with 0.
AggMin computes min of values.
AggSum computes sum of values.
AvailableConsolidationFuncs lists all available consolidation functions.
AvgValue returns average of list of values.
No description provided by the author
CurrentValue returns last non-absent value (if any), otherwise returns NaN.
MaxValue returns maximum from the list.
MinValue returns minimal from the list.
Percentile returns percent-th percentile.
Poly computes polynom with specified coefficients.
SummarizeValues summarizes values.
Vandermonde creates a Vandermonde matrix.
VarianceValue gets variances of list of values.

# Variables

No description provided by the author
ConsolidationToFunc contains a map of graphite-compatible consolidation functions definitions to actual functions that can do aggregation TODO(civil): take into account xFilesFactor.
No description provided by the author