402 Commits
Author SHA1 Message Date
Torkel Ödegaard 0015f81645 Implementation of legend values (min, max, current, total, avg), Closes #60, Fixes #14 2014-02-06 13:29:55 +01:00
Torkel Ödegaard ed76335c96 small change to time axis formats, more graphite like now 2014-02-06 10:39:24 +01:00
Torkel Ödegaard e0a35a3958 work in progress for legend values 2014-02-06 10:19:26 +01:00
Torkel Ödegaard d9ec9ed1ef removed metrics tab in dash editor modal (only created confusion, the feature is not ready) 2014-02-06 07:55:19 +01:00
Torkel Ödegaard 0032f934c9 Closes #62, there is now a New button in the open / search dashboard view. 2014-02-05 20:56:48 +01:00
Christian Winther e8be950752 Make sure kibana and grafana on same hostname do not interfere with each other
This happens if you have kibana on /kibana and grafana on /grafana, resulting in some bad redirects
2014-02-05 18:02:15 +00:00
Torkel Ödegaard aea4b37760 added highestCurrent function (Fixes #57) 2014-02-05 16:10:09 +01:00
Torkel Ödegaard 1aff1a0000 mini improvement to xasis format (now shows just hours for larger time spans) 2014-02-05 15:39:50 +01:00
Torkel Ödegaard df54c17dca small refactoring of check if other panel is in fullscreen edit/view mode 2014-02-05 15:26:34 +01:00
Torkel Ödegaard 73c5883f0d small fix for png width error when resize in edit mode / fullscreen mode 2014-02-05 15:13:24 +01:00
Torkel Ödegaard e3561ce555 fixed jshint errors, dam fever is coming back, time to sleep... 2014-02-05 13:35:32 +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
Torkel Ödegaard 19d5d32229 simplified a lot of the time series data manipulation prior to handing it to flot, kibana used a lot of code to sort and make sure all time points needed had values, this is not needed for graphite time series data. Fixes som strange issues with "null point mode" and inconsistent rendering between graphite and grafana flot, 2014-02-05 13:14:00 +01:00
Torkel Ödegaard d90f2537a4 added unit (y axis format) mapping support for png renderer (#22) 2014-02-05 11:30:54 +01:00
Torkel Ödegaard 487aa1f2c3 Added hideAxes and hideYAxis mapping support for png renderer. #22 2014-02-05 11:21:37 +01:00
Torkel Ödegaard be9ab15c4e added grid min max support for png renderer (url property mappings that is), #22 2014-02-05 11:14:13 +01:00
Torkel Ödegaard 7d4f0d24d5 restructured style settings between axes & grid, and Display Styles 2014-02-05 11:12:47 +01:00
Torkel Ödegaard bafa334b94 moved timezone correction setting from graph style to dashboard 2014-02-05 09:42:49 +01:00
Torkel Ödegaard 80c5f99f3b Removed pointless setting "selectable" (interactive) 2014-02-05 08:56:10 +01:00
Torkel Ödegaard 212bf5df98 small fix to png rendering 2014-02-05 08:41:46 +01:00
Andre Parodi 32189afc67 added nonNegativeDerivative function 2014-02-02 23:16:53 +01:00
Torkel Ödegaard 0fa6b34f1a working on native png renderer support 2014-02-01 22:06:10 +01:00
Torkel Ödegaard 4d6bb8b6be progress on translating grafana/flot options to graphite png renderer options 2014-02-01 21:23:43 +01:00
Torkel Ödegaard 82da75bc0c began work on adding support for native graphite png renderer support (#22) 2014-02-01 21:23:22 +01:00
Torkel Ödegaard beda378314 Fixes #45, zero values treated as null values 2014-02-01 14:09:04 +01:00
Torkel Ödegaard e77e43faab Fixes #46, you can now edit a graph with no title 2014-02-01 11:02:24 +01:00
Torkel Ödegaard 224d2f92c3 Save now closes edit mode. (#52). 2014-02-01 10:51:35 +01:00
Torkel Ödegaard 250e354659 Dashboard search fix, only query against title field (Closes #51,Fixes #24) 2014-02-01 09:53:57 +01:00
John Dyer 2e59587c8e Clean up, and set default in config to false 2014-02-01 09:53:56 +01:00
John Dyer 6f4520254b Make search support elastic search clusters with _all disabled. Feature is disabled by default 2014-02-01 09:53:55 +01:00
Torkel Ödegaard b939c02da0 updated property docs in config.js 2014-02-01 09:03:51 +01:00
Torkel Ödegaard 9e900d5885 fixed small variable name issue with pull request #55 (jshint warning) 2014-02-01 08:53:59 +01:00
Torkel Ödegaard 38d3450160 refactoring, moved graph directive to a seperate js file 2014-02-01 08:47:16 +01:00
oroce a56a2b0057 basic authentication added for elasticsearch 2014-01-31 21:23:32 +01:00
Torkel Ödegaard 89224401a9 Fixes #38, Lexer & parser now handles metrics segments that begin with numbers or only have numbers 2014-01-29 11:00:25 +01:00
Rick Briganti 49e131ce21 updated how moment is included and removed moment as a dep since it is included 2014-01-27 17:30:28 -05:00
Rick Briganti 06f4b017d6 fixed missing module for 'moment' and jslint missing semi colon 2014-01-27 14:01:36 -05:00
Tom Meinlschmidt 6476843e95 - fixes 'derivate' function name - corrent name is 'derivative' 2014-01-27 02:00:04 +01:00
Torkel Ödegaard 58dbb01e76 Added new config setting timezoneOffset, usefull when your graphite server is on a different timezone thant your users browsers. This is not optimal (for example if your users have different timezones) can be improved by finding a way to query the timezone different between browser and graphite server. Or fix so that the &tz graphite parameter works for json, then all absolute filters can use UTC time. #31 2014-01-24 17:00:54 +01:00
Torkel Ödegaard 81e9a483bc Merge pull request #29 from rsommer/patch-1
Update graphiteSrv.js
2014-01-24 05:23:04 -08:00
Johan Wirén 3ffc04be4d Fixed graphite import to include all graphs in a dashboard. 2014-01-24 14:08:09 +01:00
Roland Sommer 55e586c2c6 Update graphiteSrv.js
If 'now' is not in 'data', the result is -1, so it should be '>= 0' ...
2014-01-24 13:32:16 +01:00
Johan Wirén 6e27f97bc9 Sets graph title when importing from graphite 2014-01-24 00:07:43 +01:00
Long Nguyen b3d67c3ed4 Fixed typo in import 2014-01-23 10:35:56 -08:00
Dan Carley 36d66494d3 Correct typo "probject". 2014-01-23 17:48:51 +00:00
Torkel Ödegaard 0c0ca895a8 Closes #9 , new y format 'ms' formats millisecond values as "200 ms" , "3 s", "4 min" etc. 2014-01-23 13:31:02 +01:00
Torkel Ödegaard 3d35595397 Fixed fullscreen not increasing graph height as before 2014-01-23 13:22:35 +01:00
Torkel Ödegaard 533e176566 Fixed issue with date parsing, now saved absolute range should work again 2014-01-23 12:34:35 +01:00
Torkel Odegaard 51186397d7 Fixes #16 (Basic Authentication), set graphiteUrl: http://username:password@domain.com and it should work, but requires special CORS settings in apache2 2014-01-22 22:19:58 +01:00