a76d9b87f0
Improved markdown formatting in the contributing page.
2014-03-12 08:23:28 +00:00
5794fc533f
Added hitcount Transform function.
2014-03-11 18:43:55 +00:00
adfa341d6e
Merge branch 'new_func_editor'
2014-03-07 15:07:11 +01:00
0b03ca158b
final touches to aliasByNode automatic stuff
2014-03-07 15:07:02 +01:00
d9e6fcd730
move func left right, remove, and link to graphite docs works
2014-03-07 13:43:44 +01:00
feb20243e5
added func controls
2014-03-07 13:14:41 +01:00
e3e6f511e7
focus first input param after adding function
2014-03-07 09:42:07 +01:00
293a2db369
func editor is almost done
2014-03-06 22:08:41 +01:00
1c72e0c40c
Support graphite identifiers with embedded colons. i.e. host:twiggy.servlet:home.method:GET.user:loggedin.50th
2014-03-06 11:37:33 -08:00
3e6a4362ee
Merge branch 'master' into new_func_editor
2014-03-05 18:57:26 +01:00
3b327bab8f
Fixes to maxDataPoints / resolution and time axis formats
2014-03-05 18:37:51 +01:00
a50b594aac
added changelog and contributing docs
2014-03-05 13:02:33 +01:00
e186c9b8bc
experimenting with new func editor
2014-03-05 12:46:27 +01:00
a5502a3751
added typeahead to column for influxdb, #103
2014-03-05 12:43:58 +01:00
bd0f694f6a
small refactoring and jshint fix for datasourceFactory func
2014-03-04 22:01:25 +01:00
c018b4bd6e
fix for influxdb as default datasource, #103
2014-03-04 21:49:06 +01:00
2be71c577c
Closes #164 , typeahead / autocomplete for adding graphite functions to a target expression
2014-03-04 18:50:47 +01:00
238de4d8b4
Merge pull request #162 from nixfloyd/master
...
Added currentAbove/Below, highestMax functions.
2014-03-04 09:57:18 +01:00
6664890381
Added currentAbove/Below, highestMax functions.
2014-03-04 09:40:15 +01:00
5221db5aa6
restored influxdb listSeries function
2014-03-03 08:39:05 +01:00
1e6d998a9c
fixed path to influxdb editor, #103
2014-03-03 06:53:50 +01:00
da62a5653a
added typeahead / autocomplete to influxdb series name, #103
2014-03-02 18:24:15 +01:00
125ff957f5
Merge branch 'influxdb' Issue #103 , influxdb support ready for testing and feedback
2014-03-02 13:27:02 +01:00
73dcd9e11a
improvement to bar width
2014-03-02 13:26:08 +01:00
50fd5512d6
more work on influxdb datasource, query editor, and refactoring
2014-03-02 10:41:16 +01:00
291dd9bd48
absolute time ranges (zoom in) works with influxdb
2014-03-01 15:38:00 +01:00
549eeeb29d
progress on influxdb datasource and target editor
2014-03-01 12:02:55 +01:00
6d59d21770
Merge pull request #154 from jmhobbs/master
...
Fix variable name for graphite basic auth.
2014-02-28 20:30:02 +01:00
2ee1063485
Fix variable name for graphite basic auth.
2014-02-28 13:16:24 -06:00
75bec29dbc
moving stuff out of graphite panel and into kibanaPanel
2014-02-28 16:40:32 +01:00
20bc1afec8
more refactoring and moving stuff outof graphite panel
2014-02-28 08:02:20 +01:00
e3f56f2645
refactoring of graphite panel to be more datasource agnostic, start of experimental influxdb support
2014-02-27 21:46:06 +01:00
ed2770e380
Merge branch 'master' into refactoring_graphite_panel
2014-02-27 20:10:29 +01:00
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
ddb81de58b
allow hour, day, week and year time rounding
2014-02-27 15:01:03 +00:00
cf9a8a15cd
refactoring graphite panel
2014-02-27 08:33:53 +01:00
c4219ba0ad
Refactoring time formats, Closes #142
2014-02-26 19:46:58 +01:00
47e54b2399
typo fix
2014-02-26 19:46:58 +01:00
215fe16341
fix jslint issues
2014-02-26 19:46:58 +01:00
218d481209
Add the ability to set microseconds to the Y-Axis on graphs.
2014-02-26 19:46:57 +01:00
78f4a83d05
Merge pull request #145 from nixfloyd/master
...
Added highestAverage / lowestAverage
2014-02-26 16:56:26 +01:00
733181a6b8
Added highestAverage / lowestAverage
2014-02-26 12:37:16 +01:00
d79dcb952d
Refactoring pull request for basic auth improvement
2014-02-26 08:50:46 +01:00
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
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
605888bb78
finished refactoring of GraphiteDatasource to angular service and fixed jshint errors
2014-02-25 21:31:30 +01:00
ef69d692ef
Time is now sent in utc when time correction is set to utc #143
2014-02-25 17:48:13 +01:00
a54f05e287
Merge pull request #140 from nixfloyd/master
...
Added the 'stacked' and 'lowestCurrent' functions
2014-02-25 13:09:34 +01:00
4b0cd0776d
Added the 'stacked' and 'lowestCurrent' functions
2014-02-25 12:21:56 +01:00
4b75d67732
Fixes #135 , show seconds in x-axis when zooming in for short time ranges
2014-02-25 07:33:27 +01:00