Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
update function list
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieterbe committed Jun 29, 2017
1 parent 5ccdb25 commit f45369b
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions docs/graphite.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@ See also:

Here are the currently included functions:

Function name and signature | Alias | Metrictank
---------------------------------------------------- | ------------ | ----------
alias(seriesList, alias) seriesList | | Stable
averageSeries(seriesLists) series | avg | Stable
consolidateBy(seriesList, func) seriesList | | Stable
movingAverage(seriesLists, windowSize) seriesList | | Unstable
sumSeries(seriesLists) series | sum | Stable
transformNull(seriesList, default=0) seriesList | | Stable
Function name and signature | Alias | Metrictank
----------------------------------------------------- | ------------ | ----------
alias(seriesList, alias) seriesList | | Stable
aliasByNode(seriesList, nodeList) seriesList | | Stable
aliasSub(seriesList, pattern, replacement) seriesList | | Stable
averageSeries(seriesLists) series | avg | Stable
consolidateBy(seriesList, func) seriesList | | Stable
divideSeries(seriesList, dividend, divisor) seriesList| | Stable
movingAverage(seriesLists, windowSize) seriesList | | Unstable
perSecond(seriesLists) seriesList | | Stable
scale(seriesLists, num) series | sum | Stable
sumSeries(seriesLists) series | sum | Stable
transformNull(seriesList, default=0) seriesList | | Stable

0 comments on commit f45369b

Please sign in to comment.