package
0.0.0-20220922071047-c97abfaf827c
Repository: https://github.com/saperliu/go-kairosdb.git
Documentation: pkg.go.dev
# Functions
Creates an aggregator that returns the average values for each time period as specified.
Creates an aggregator that returns the count of all values for each time period as specified.
Creates an aggregator that marks gaps in data according to sampling rate with a null data point.
Creates an aggregator that computes the difference between successive data points.
Creates an aggregator that divides each value by the divisor.
Creates an aggregator that returns the first data point for the time range.
Creates an aggregator that returns the last data point for the time range.
Creates an aggregator that returns a best fit line through the datapoints using the least squares algorithm.
Creates an aggregator that returns the maximum values for each time period as specified.
Creates an aggregator that returns the minimum values for each time period as specified.
Creates an aggregator that returns the percentile value for a given percentage of all values over each time period as specified.
Creates an aggregator that returns the rate of change between each pair of data points
@params unit unit of time @return rate aggregator.
Creates an aggregator that computes the sampling rate of change for the data points.
Creates an aggregator that saves the results of the query to a new metric.
Creates an aggregator that scales each data point by a factor.
Creates an aggregator that returns the standard deviation values for each time period as specified.
Creates an aggregator that returns the sum of all values over each time period as specified.
Creates an aggregator that trim of the first, last, or both data points returned by the query.
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
# Constants
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
# Variables
No description provided by the author
Query Builder Errors.
No description provided by the author
Data Point Errors.
Metric Errors.
No description provided by the author
Query Metric Errors.
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
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
An interface that represents an instance of a metric.
No description provided by the author
No description provided by the author
No description provided by the author