Commit Graph

1174 Commits

Author SHA1 Message Date
Torkel Ödegaard 549eeeb29d progress on influxdb datasource and target editor 2014-03-01 12:02:55 +01:00
Torkel Ödegaard 75bec29dbc moving stuff out of graphite panel and into kibanaPanel 2014-02-28 16:40:32 +01:00
Torkel Ödegaard 20bc1afec8 more refactoring and moving stuff outof graphite panel 2014-02-28 08:02:20 +01:00
Torkel Ödegaard e3f56f2645 refactoring of graphite panel to be more datasource agnostic, start of experimental influxdb support 2014-02-27 21:46:06 +01:00
Torkel Ödegaard ed2770e380 Merge branch 'master' into refactoring_graphite_panel 2014-02-27 20:10:29 +01:00
Torkel Ödegaard bb6d8ec99f Merge pull request #150 from jippi/better-ms-formatting
allow hour, day, week and year time rounding
2014-02-27 18:27:42 +01:00
Christian Winther ddb81de58b allow hour, day, week and year time rounding 2014-02-27 15:01:03 +00:00
Torkel Ödegaard cf9a8a15cd refactoring graphite panel 2014-02-27 08:33:53 +01:00
Torkel Odegaard c4219ba0ad Refactoring time formats, Closes #142 2014-02-26 19:46:58 +01:00
Khushil Dep 47e54b2399 typo fix 2014-02-26 19:46:58 +01:00
Khushil Dep 215fe16341 fix jslint issues 2014-02-26 19:46:58 +01:00
Khushil Dep 218d481209 Add the ability to set microseconds to the Y-Axis on graphs. 2014-02-26 19:46:57 +01:00
Torkel Ödegaard 78f4a83d05 Merge pull request #145 from nixfloyd/master
Added highestAverage / lowestAverage
2014-02-26 16:56:26 +01:00
Lucian Grosu 733181a6b8 Added highestAverage / lowestAverage 2014-02-26 12:37:16 +01:00
Torkel Ödegaard d79dcb952d Refactoring pull request for basic auth improvement 2014-02-26 08:50:46 +01:00
Theral Mackey bb64e812d8 Bugfix for Basic Auth: strip auth from url before using
This fixes the Basic Auth not working issue (issue#16) further, by
removing the auth string from the URL before grafana attempts to use
it. Some js doesn't handle it properly and tries to include the auth
string in dns lookups(?), so the request never even hits the graphite
server when an auth string is present.
2014-02-26 08:50:45 +01:00
Torkel Odegaard 9a324e35a4 added small text to show when no datapoints are returned and when datapoints returned from graphite are outside timerange (can happen when timezone mismatch) #143 2014-02-26 08:31:04 +01:00
Torkel Odegaard 605888bb78 finished refactoring of GraphiteDatasource to angular service and fixed jshint errors 2014-02-25 21:31:30 +01:00
Torkel Ödegaard ef69d692ef Time is now sent in utc when time correction is set to utc #143 2014-02-25 17:48:13 +01:00
Torkel Ödegaard a54f05e287 Merge pull request #140 from nixfloyd/master
Added the 'stacked' and 'lowestCurrent' functions
2014-02-25 13:09:34 +01:00
Lucian Grosu 4b0cd0776d Added the 'stacked' and 'lowestCurrent' functions 2014-02-25 12:21:56 +01:00
Torkel Ödegaard 4b75d67732 Fixes #135, show seconds in x-axis when zooming in for short time ranges 2014-02-25 07:33:27 +01:00
Torkel Ödegaard 1ca61a948e Fixes #138, Ignore graphite metric annotations with zero values 2014-02-24 16:50:10 +01:00
Torkel Ödegaard e13c81e25b Merge pull request #137 from razitz/master
added exclude function
2014-02-24 09:04:58 +01:00
Raz b69652fc0c added exclude function 2014-02-24 10:01:58 +02:00
Torkel Odegaard 0949b7ec0a fixed jshint error 2014-02-23 19:45:40 +01:00
Torkel Ödegaard 75683c423d Closes #123, you can now specify template (ie filter) values in url. ?fillterName=filterValue 2014-02-23 19:34:33 +01:00
Torkel Ödegaard 3f2c69aea3 Merge pull request #131 from nikicat/master
added movingAverage function
2014-02-21 20:06:22 +01:00
Nikolay Bryskin 9adc3941b9 added movingAverage function 2014-02-21 21:37:23 +04:00
Torkel Ödegaard 8904a6f4e9 version bump to 1.4.0 and link to annotations wiki article v1.4.0 2014-02-21 14:27:38 +01:00
Torkel Ödegaard b49803855e Closes #44, Closes #8. Fist release of annotations feature is ready 2014-02-21 13:56:27 +01:00
Torkel Ödegaard 7b906aa229 Annotations refactoring 2014-02-21 11:58:08 +01:00
Torkel Ödegaard f0f4c8cc52 A lot more work on annotations (#44, #8). Graphite events is working, editing, icon size, color and vertical line toggle/options working. To sleepy now... 2014-02-20 23:00:50 +01:00
Torkel Ödegaard 47db82d69b more modal loading optimizations 2014-02-20 19:40:29 +01:00
Torkel Ödegaard af0374d5f4 moved menu share icon to advanced save dropdown, optimized loding of share modal 2014-02-20 19:26:36 +01:00
Torkel Ödegaard f2b987b96b major improvement to how modals are loaded, much more reuse in html dom elements, hopefully solves #109. 2014-02-19 21:50:47 +01:00
Torkel Ödegaard 7f28157b32 updated readme with links to wiki pages 2014-02-19 12:56:06 +01:00
Torkel Ödegaard c0c49350f6 Fixes #110, css fix for fullscreen and edit mode, when fullscreen and edit panel overflows the fullscreen height the panel is now scrollable. Also css fix for segment dropdowns for a graph with many many target rows. 2014-02-19 12:46:45 +01:00
Torkel Ödegaard 700d60058f More work on annotations (#44, #8) It is working for annotations from graphite metrics, basic annotation editor and everything is working. Needs some final touches and support for more datasources 2014-02-18 20:41:56 +01:00
Torkel Ödegaard bda5ae5b90 fixed unclosed selected html tag (caused issue with optimized build version so no options where shown in graph edit tabs) 2014-02-18 14:28:54 +01:00
Torkel Ödegaard 53075e0ec7 Fixes #104, improvements to graphite target editor and use of wildcard, the "select metric" should now behave/appear correctly 2014-02-18 12:18:52 +01:00
Torkel Ödegaard 64c7c9f712 Fixes #105 (added 0 as option in aliasByNode) 2014-02-18 11:55:58 +01:00
Torkel Ödegaard 8846f63dcf updated readme with link to intro video 2014-02-17 19:42:26 +01:00
Torkel Ödegaard d10bf9f993 Fixes null checks for legend value formaters (fix for #97) 2014-02-15 22:07:22 +01:00
Torkel Odegaard 4152c0653f fixed jshint errors 2014-02-15 17:18:47 +01:00
Torkel Ödegaard e2d7ead815 Merge branch 'master' of github.com:torkelo/grafana 2014-02-15 13:47:04 +01:00
Torkel Ödegaard 36f56f3695 Closes #35, grafana now supports multiple graphite backends. Check config.sample for how to setup. In the general tab of the graphite panel you can change datasource 2014-02-15 13:46:36 +01:00
Torkel Ödegaard 5961d54aa8 Changed default value for stack from true to false (#98) 2014-02-15 10:55:04 +01:00
Torkel Ödegaard 207bf183c8 small css fix to light theme 2014-02-15 10:23:05 +01:00
Torkel Ödegaard 6f0ce35ca2 Closes #97, legend values now use selected y axis formater for precision and formating 2014-02-15 10:15:05 +01:00