Class | Description |
---|---|
Alias |
Generator for alias function for graphite. Alias sets the name for the metric that appears below the graph.
|
AliasByNode | |
AliasByNodeKt | |
AliasKt | |
AverageSeries |
Generator for averageSeries function for graphite. Returns average value for metric for each point on X-axis
|
AverageSeriesKt | |
DivideSeries |
Generator for divideSeries function for graphite. divideSeries accepts
two metrics and returns result of dividing them to each other.
|
DivideSeriesKt | |
Exclude | |
ExcludeKt | |
GroupByNode | |
GroupByNodeKt | |
GroupByNodes |
Takes one metric followed by aggregation functions and list of nodes' numbers.
|
GroupByNodesKt | |
Highest |
Takes one metric followed by an integer n and an aggregation function. Out of all metrics passed, draws only
the n metrics with the highest aggregated value over the time period specified.
|
HighestKt | |
MovingMedian |
Generator for movingMedian function for graphite. movingMedian accepts metrics and
time interval and returns median values from specified time interval to current moment.
|
MovingMedianKt | |
Scale |
Generator for scale function for graphite. scale accepts metric
and value, and scales metrics multiplying it values to scale.
|
ScaleKt | |
StringMetric | |
SumSeries |
Generator for sumSeries function for graphite. sumSeries combines all metrics and returns sum at each point.
|
SumSeriesKt | |
Summarize | |
SummarizeKt | |
TransformNull |
Generator for transformNull function for graphite. transformNull replaces all NULL values with specified constant.
|
TransformNullKt |