# Packages
No description provided by the author
# Functions
ConsolidateJSON consolidates values to maxDataPoints size.
No description provided by the author
CopyMetricDataSlice returns the slice of metrics that should be changed later.
CopyMetricDataSliceLink returns the copies slice of metrics, Values not copied and link from parent.
CopyMetricDataSliceWithName returns the copies slice of metrics with name overwrite, Values not copied and link from parent.
CopyMetricDataSliceWithTags returns the copies slice of metrics with name overwrite, Values not copied and link from parent.
ExtractName extracts name out of function list.
ExtractNameLoc extracts name start:end location out of function list with .
ExtractNameTag extracts name tag out of function list with .
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.
MarshalProtobufV3 marshals metric data to protobuf.
MarshalProtobufV3 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
No description provided by the author
# Constants
AggFunc is a constant for AggregationFunction type.
AggOrSeriesFunc is a constant for AggregationFunction or SeriesList.
Any is a constant for `Any` 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.
IntOrInf is a constant for Integer that can be infinity.
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.
FunctionTypeToStr provides a mapping between internal type constants and graphite-friendly string that have a name of a type.
# 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
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