Commit Graph

1385 Commits

Author SHA1 Message Date
Torkel Ödegaard
2c5bfec089 Merge pull request #55 from oroce/elasticsearch-basicauth
basic authentication added for elasticsearch
2014-01-31 23:45:48 -08: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
Torkel Ödegaard
1c17c8661a Fixes #43, add grunt-cli as dev dependency 2014-01-29 09:17:17 +01:00
Torkel Ödegaard
4ed65891c2 Merge pull request #39 from jeviolle/master
fixed missing module for 'moment' and jslint missing semi colon
2014-01-28 03:37:35 -08: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
Torkel Ödegaard
f52450aef4 Merge pull request #37 from tmeinlschmidt/master
fixes 'derivate' function name - correct name is 'derivative'
2014-01-26 23:33:43 -08:00
Tom Meinlschmidt
6476843e95 - fixes 'derivate' function name - corrent name is 'derivative' 2014-01-27 02:00:04 +01:00
Torkel Ödegaard
67d11dffb9 small readme fix 2014-01-25 17:25:21 +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
Torkel Ödegaard
5688f792cb Merge pull request #30 from johanwiren/fix_graphite_import
Fixed graphite import to include all graphs in a dashboard.
2014-01-24 05:16:54 -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
Torkel Ödegaard
76b535a2e4 Merge pull request #26 from johanwiren/add_title_on_import
Sets graph title when importing from graphite
2014-01-23 20:27:34 -08:00
Johan Wirén
6e27f97bc9 Sets graph title when importing from graphite 2014-01-24 00:07:43 +01:00
Torkel Ödegaard
d9ada8d94e Merge pull request #23 from longnguyen11288/master
Fixed typo in import
2014-01-23 10:39:24 -08:00
Long Nguyen
b3d67c3ed4 Fixed typo in import 2014-01-23 10:35:56 -08:00
Torkel Odegaard
459b0dc5bd Updated readme with link to getting started guide 2014-01-23 19:19:56 +01:00
Torkel Ödegaard
aefd95890e Merge pull request #21 from dcarley/probject_typo
Correct typo "probject".
2014-01-23 10:06:50 -08:00
Dan Carley
36d66494d3 Correct typo "probject". 2014-01-23 17:48:51 +00:00
Torkel Ödegaard
a8ba77f40c bumbed version 2014-01-23 13:57:52 +01: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 Ödegaard
915f2a4914 updated readme.md 2014-01-23 11:58:59 +01:00
Torkel Odegaard
d21bd796f8 Added documentation in Readme.md for how to configure apache2 with Basic Auth and CORS 2014-01-22 22:25:15 +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
Torkel Ödegaard
e2dd201e4a Fixes #13 (partially) Use relative time ranges whenever possible when querying graphite 2014-01-22 13:05:07 +01:00
Torkel Ödegaard
f0c8b70f47 fixed config.js grafana_index default value was accidentally changed 2014-01-22 08:27:23 +01:00
Torkel Ödegaard
d259f14267 Initial work on #9 (millisecond y axis formater) 2014-01-21 22:06:54 +01:00
Torkel Ödegaard
3b6bf80ea4 removed more unused code 2014-01-21 21:45:25 +01:00
Torkel Ödegaard
0e4dc5a888 clean up unused code, left over from kibana 2014-01-21 21:11:09 +01:00
Torkel Ödegaard
fc713be9ce Fixes #12, operation without elastic search should now with without error 2014-01-21 21:05:54 +01:00
Torkel Ödegaard
a6df1a9320 Partial fix for #10 , the lexer & parser can now handle curly brace, but target editor needs to be updated to support selecting multiple segment nodes 2014-01-21 12:43:32 +01:00
Torkel Ödegaard
62edf0d266 updated readme and bumped version 2014-01-21 08:38:30 +01:00
Torkel Ödegaard
2ee2266865 Fixes #4, also improves responsive layout for mobiles 2014-01-20 22:40:06 +01:00
Torkel Ödegaard
0c1df4250e ported back some improvements from kibana 2014-01-20 22:28:35 +01:00
Torkel Ödegaard
61d6654547 improved drag and drop 2014-01-20 22:15:24 +01:00
Torkel Ödegaard
1170493ebe fixed loading spinner position and other minor changes 2014-01-20 19:40:39 +01:00
Torkel Ödegaard
1742c03b23 small refactoring 2014-01-20 18:59:31 +01:00
Torkel Ödegaard
00777ea14a added annotations to roadmap 2014-01-20 18:45:22 +01:00
Torkel Ödegaard
0524427a3b changes to flot.events 2014-01-20 18:42:37 +01:00
Torkel Ödegaard
8a469863d4 Fixes #1, duplicate panel with 3 colspan remaining on row 2014-01-20 18:35:24 +01:00
Torkel Ödegaard
73b96ef4ca updated default example dashboard with welcome text and an example graph using randomWalk function 2014-01-20 16:48:03 +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
203b8df7f8 Merge pull request #7 from deniszh/master
Fixing download link in README
2014-01-20 02:57:28 -08:00
Denys Zhdanov
185d713a0e Fixing download link in README 2014-01-20 11:51:50 +01:00
Torkel Ödegaard
a089cd6e35 small fixes to readme.md 2014-01-20 11:00:07 +01:00