# Functions
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.
AggMin computes min of values.
AggSum computes sum of values.
ConsolidateJSON consolidates values to maxDataPoints size.
MakeMetricData creates new metrics data with given metric timeseries.
MarshalCSV marshals metric data to CSV.
MarshalJSON marshals metric data to JSON.
MarshalPickle marshals metric data to pickle format.
MarshalProtobuf marshals metric data to protobuf.
MarshalRaw marshals metric data to graphite's internal format, called 'raw'.
No description provided by the author
No description provided by the author
# Constants
AggFunc is a constant for AggregationFunction type.
Boolean is a constant for Boolean type.
Date is a constant for Date type.
Float is a constant for Float type.
Integer is a constant for Integer type.
Interval is a constant for Interval type.
IntOrInterval is a constant for Interval-Or-Integer type.
Node is a constant for Node type.
NodeOrTag is a constant for Node-Or-Tag type.
No description provided by the author
SeriesList is a constant for SeriesList type.
SeriesLists is a constant for SeriesLists type.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
String is a constant for String type.
No description provided by the author
No description provided by the author
No description provided by the author
Tag is a constant for Tag type.
# Variables
ErrTooManyArguments is an eval error returned when too many arguments are provided.
ErrWildcardNotAllowed is an eval error returned when a wildcard/glob argument is found where a single series is required.
# Structs
FunctionDescription contains full function description.
FunctionParam contains list of all available parameters of function.
No description provided by the author
MetricData contains necessary data to represent parsed metric (ready to be send out or drawn).
No description provided by the author
No description provided by the author
Windowed is a struct to compute simple windowed stats.
# Type aliases
FunctionType is a special type to handle parameter type in function description.
No description provided by the author
No description provided by the author