Commit Graph

44 Commits

Author SHA1 Message Date
Torkel Ödegaard
cb479d737b Graphite: Fix for nonNegativeDerivative function, now possible to not include optional first parameter maxValue, Closes #702 2014-09-02 07:58:29 +02:00
Torkel Ödegaard
23c9f973cc Switch from underscore to lodash, #659 2014-08-07 14:35:28 +02:00
Torkel Ödegaard
60f68abd31 Dashboard schema simplifications, moved schema updates to dashboard model creation, removes irritating 'unsaved changes' dialogs that show for dashboard schema changes, Closes #532 2014-08-05 10:15:51 +02:00
Akeru
73fc437c7d Add diffSeries function support 2014-06-27 15:24:06 +02:00
Torkel Ödegaard
ce8bdabab8 Adding JSCS (javascript style checker) 2014-06-07 07:05:42 +02:00
Haneysmith, Nathan
b38f6e8062 add graphite function isNonNull 2014-06-02 16:01:42 -07:00
Torkel Ödegaard
384687e19b Added parameter to keepLastValue graphite function definition (default 100), Closes #459 2014-06-02 19:17:05 +02:00
Torkel Ödegaard
30bf838065 added smartSummarize graphite function definition 2014-04-14 08:17:42 +02:00
Sebastian YEPES
9534fccebf Add rangeOfSeries,sortByTotal,removeAbove*,removeBelow* 2014-04-03 00:37:02 +02:00
Torkel Ödegaard
ba928e18bf Merge pull request #245 from magicrobotmonkey/add_functions
Add transformNull, minSeries and maxSeries
2014-03-29 05:00:41 -04:00
Sebastian YEPES
c7c88902bd Add sortByMaxima,sortByMinima,limit,mostDeviant,movingMedian,stdev 2014-03-28 22:23:33 +01:00
Aaron Bassett
8d7669bc08 added min and max 2014-03-28 09:12:25 -04:00
Aaron Bassett
1cff3a6751 add transformNull 2014-03-28 09:12:20 -04:00
Markus Linnala
863e58a8e7 add support for graphite functions: maximumAbove maximumBelow minimumAbove 2014-03-27 15:18:01 +02:00
Markus Linnala
e441e97030 add support for graphite func substr 2014-03-27 15:17:51 +02:00
Markus Linnala
2b0152f6f4 add support for graphite func consolidateBy 2014-03-27 15:17:46 +02:00
Torkel Ödegaard
1e79e39161 Fixes #223, float arguments to functions like scale should now work as expected 2014-03-24 12:20:28 +01:00
Torkel Ödegaard
6f9c2211fa aliasByNode support for second node param, Closes #167 2014-03-24 09:57:03 +01:00
Andy Smith
48d3317136 Add logarithmic scale function 2014-03-18 19:36:31 +00:00
Torkel Ödegaard
aa27c13b20 Merge pull request #208 from fstern/master
Added graphite functions: nPercentile and keepLastValue
2014-03-17 11:31:06 +01:00
Torkel Ödegaard
336cf768d8 Merge pull request #194 from danharvey/add-hitcount-function
Added hitcount Transform function.
2014-03-12 09:57:47 +01:00
Dan Harvey
5794fc533f Added hitcount Transform function. 2014-03-11 18:43:55 +00:00
Torkel Ödegaard
9ebf769b4d Fixes #191, update graph after adding new function and not changing default value 2014-03-11 13:00:28 +01:00
Falk Stern
2ea21e1f96 Added nPercentile and keepLastValue 2014-03-11 12:06:30 +01:00
Nikolay Bryskin
c5b992e330 added graphite functions: percentileOfSeries, sumSeriesWithWildcards, averageSeriesWithWildcards 2014-03-10 17:04:34 +04:00
Torkel Ödegaard
293a2db369 func editor is almost done 2014-03-06 22:08:41 +01:00
Torkel Ödegaard
2be71c577c Closes #164, typeahead / autocomplete for adding graphite functions to a target expression 2014-03-04 18:50:47 +01:00
Lucian Grosu
6664890381 Added currentAbove/Below, highestMax functions. 2014-03-04 09:40:15 +01:00
Lucian Grosu
733181a6b8 Added highestAverage / lowestAverage 2014-02-26 12:37:16 +01:00
Lucian Grosu
4b0cd0776d Added the 'stacked' and 'lowestCurrent' functions 2014-02-25 12:21:56 +01:00
Raz
b69652fc0c added exclude function 2014-02-24 10:01:58 +02:00
Nikolay Bryskin
9adc3941b9 added movingAverage function 2014-02-21 21:37:23 +04:00
Torkel Ödegaard
64c7c9f712 Fixes #105 (added 0 as option in aliasByNode) 2014-02-18 11:55:58 +01:00
Aaron Brown
a868bab24e Fixes torkelo/grafana/issues#84: Added implementation of fund parameter for summarize graphite function 2014-02-10 17:35:34 -06:00
Torkel Ödegaard
8e2008f821 Fixes #69, lexer correctly tokenizes number-number segments, numericLiterals are only considered literal token if it is folled by a punctuator. 2014-02-07 15:37:03 +01:00
Torkel Ödegaard
aea4b37760 added highestCurrent function (Fixes #57) 2014-02-05 16:10:09 +01:00
Torkel Ödegaard
a5feb639d9 Merge pull request #58 from andreparodi/master
added nonNegativeDerivative function
2014-02-05 13:28:38 +01:00
Torkel Ödegaard
ac33286c8c added sortByName function (thx @jippi) 2014-02-05 13:23:14 +01:00
Andre Parodi
32189afc67 added nonNegativeDerivative function 2014-02-02 23:16:53 +01:00
Tom Meinlschmidt
6476843e95 - fixes 'derivate' function name - corrent name is 'derivative' 2014-01-27 02:00:04 +01:00
Torkel Ödegaard
ad4c0ab5b6 added more function definitions, added small hack to make randomWalk and countLine that do not take any series work with the parser and target editor (the whole target editor and parsing & back to target rendering needs to be rewritten to handle functions that take multiple series) 2014-01-20 16:48:02 +01:00
Torkel Ödegaard
3fbe3be30e fix: fixed groupByNode function definition 2014-01-14 21:01:41 +01:00
Torkel Ödegaard
a0cee35309 small fixes 2014-01-08 07:42:17 +01:00
Torkel Ödegaard
be330b6a0c refactoring and more unit tests for graphite functions 2014-01-05 10:17:53 +01:00