Daniel Lee
|
45b90972dc
|
feat(plugins): adds a readme for every native plugin
|
2016-03-30 23:33:30 +02:00 |
|
Torkel Ödegaard
|
82ad5a632d
|
tech(): fixed broken tests due to angularjs upgrade
|
2016-03-28 20:44:32 +02:00 |
|
Torkel Ödegaard
|
82eb32a71e
|
ux(): initial pass at new card / list design, #4364
|
2016-03-15 09:15:24 +01:00 |
|
Kaveh Nowroozi
|
945131ccab
|
add annotations for opentsdb
|
2016-03-08 10:47:36 -05:00 |
|
utkarshcmu
|
48f5a61564
|
Grafana supports ms resolution for Opentsdb
|
2016-03-02 02:14:58 -08:00 |
|
Torkel Ödegaard
|
57315f1e27
|
feat(templating): updates to template variable forms
|
2016-03-01 19:12:54 +01:00 |
|
utkarshcmu
|
18c57ea230
|
Made opentsdb query_ctrl robust
|
2016-02-28 01:50:50 -08:00 |
|
utkarshcmu
|
a883424d25
|
smooth upgrade from Grafana 2.6 to 3.0
|
2016-02-28 01:50:11 -08:00 |
|
utkarshcmu
|
7fa170cee9
|
Fixed the UI as per new UX convention
|
2016-02-28 01:50:10 -08:00 |
|
utkarshcmu
|
8925329950
|
Added default opentsdb version to datasource
|
2016-02-28 01:50:10 -08:00 |
|
utkarshcmu
|
4aa5dab62d
|
Added query ctrl tests for Opentsdb
|
2016-02-28 01:50:10 -08:00 |
|
utkarshcmu
|
09e80f0390
|
Labels fixed in legend for Filters
|
2016-02-28 01:49:34 -08:00 |
|
utkarshcmu
|
63dfa303e5
|
Datasource working with filters after fixing bugs
|
2016-02-28 01:49:34 -08:00 |
|
utkarshcmu
|
599b1eb689
|
Smooth transition from opentsdb 2.1 to 2.2
|
2016-02-28 01:49:34 -08:00 |
|
utkarshcmu
|
4a636b6da7
|
add, edit, remove filters functionality implemented
|
2016-02-28 01:49:34 -08:00 |
|
utkarshcmu
|
d92172f50c
|
Added Filters UI
|
2016-02-28 01:49:34 -08:00 |
|
utkarshcmu
|
2623240635
|
Fill Policy visible only in <=2.2
|
2016-02-28 01:49:34 -08:00 |
|
utkarshcmu
|
908e8577bb
|
Removed unused code from datasource.js
|
2016-02-28 01:49:33 -08:00 |
|
utkarshcmu
|
f90fda8e6f
|
Tracking opentsdb version in opentsdb config
|
2016-02-28 01:49:33 -08:00 |
|
godfreyhe
|
7810413699
|
use ES6 arrow function instead of self var on getAggregators
|
2016-02-28 11:48:54 +08:00 |
|
godfreyhe
|
8e7a127792
|
fix bug: can't get the aggregators from opentsdb server
|
2016-02-26 20:47:22 +08:00 |
|
Torkel Ödegaard
|
8784be9a14
|
feat(plugins): made it possible to have relative plugin template urls
|
2016-02-09 18:17:32 +01:00 |
|
Torkel Ödegaard
|
801129530e
|
feat(plugins): base clases are now in app/plugins/sdk
|
2016-02-05 18:08:21 +01:00 |
|
Ivan Babrou
|
f4ad673b6d
|
Show relevant tag name suggestions for OpenTSDB, closes #3610
|
2016-02-04 10:57:19 +00:00 |
|
Torkel Ödegaard
|
de394311e0
|
feat(datasources): minor fix for optimized build for the refactored query editors
|
2016-02-03 19:10:01 +01:00 |
|
Torkel Ödegaard
|
0da733de9c
|
feat(plugins): migrated opentsdb plugin
|
2016-02-03 18:25:39 +01:00 |
|
Torkel Ödegaard
|
e737dab5ca
|
removed /app route, confusing when some assets use public/app/.. route and some use just app/... all public static assets should no use public route, app route is no more
|
2016-02-01 18:19:02 +01:00 |
|
Torkel Ödegaard
|
0b25a29a9c
|
Merge branch 'panelbase'
|
2016-02-01 17:11:08 +01:00 |
|
Torkel Ödegaard
|
b1bfd35968
|
feat(datasources): last fixes for data sources
|
2016-02-01 17:06:44 +01:00 |
|
Torkel Ödegaard
|
2e20c680cb
|
Merge pull request #3892 from pfischermx/master
Allow the use of auth and credentials in opentsdb
|
2016-02-01 11:01:15 +01:00 |
|
Pablo Fischer
|
f33de8e911
|
Fix lint/syntax (grunt test)
|
2016-02-01 09:29:57 +00:00 |
|
Pablo Fischer
|
98082a940c
|
Allow the use of auth and credentials in opentsdb
|
2016-01-30 01:09:55 +00:00 |
|
Vitor Boschi
|
bb3360e92a
|
add default value for fill policy
|
2016-01-29 07:50:30 -02:00 |
|
Torkel Ödegaard
|
a985f21d44
|
Merge pull request #3849 from pfischermx/master
Send OpenTSDB POST request as urlencoded
|
2016-01-28 09:53:16 -05:00 |
|
sgarg7
|
75ab2e026d
|
test(spelling): fix spelling/typo in string
|
2016-01-27 17:38:02 +01:00 |
|
Pablo Fischer
|
29185eeef7
|
If OpenTSDB is 3rd-party hosted (or by another team) and does not support OPTIONS, send the request as POST (urlencoded)
|
2016-01-26 00:12:56 +00:00 |
|
Ivan Babrou
|
bbfdbaf952
|
Support OpenTSDB 2.2 fill policies, closes #3802
|
2016-01-21 16:38:46 +00:00 |
|
Torkel Ödegaard
|
d4e1a715eb
|
fix(datasources): many datasources did not work in optimized build due to missing ngInject comment
|
2016-01-15 12:51:55 +01:00 |
|
Torkel Ödegaard
|
a233570777
|
feat(plugins): upgraded opentsdb and prometheus to new plugin module return format
|
2016-01-14 16:01:17 +01:00 |
|
Torkel Ödegaard
|
1ffcea1952
|
feat(plugins): major improvement in plugins golang code
|
2016-01-09 23:34:20 +01:00 |
|
Torkel Ödegaard
|
35f40b7312
|
feat(plugins): upgraded opentsdb
|
2016-01-09 21:54:03 +01:00 |
|
Torkel Ödegaard
|
ca3405afc5
|
feat(plugins): moved http settings to directive instad of just ng-include partial
|
2016-01-09 19:03:03 +01:00 |
|
Torkel Ödegaard
|
3bb20dbf2e
|
feat(plugins): changed plugin schema, pluginType -> type, type -> id
|
2016-01-08 23:15:44 +01:00 |
|
utkarshcmu
|
8a184e9d30
|
Made tags editable in opentsdb query
|
2015-11-13 04:01:55 -08:00 |
|
utkarshcmu
|
3a66d7c453
|
Made opentsdb query editor consistent
|
2015-11-13 03:08:48 -08:00 |
|
Torkel Ödegaard
|
b25b31e4a0
|
Merge branch 'master' into develop
|
2015-11-09 11:25:22 +01:00 |
|
utkarshcmu
|
efc0b60d41
|
Fixed opentsdb queryctrl uncheck Rate UI bug
|
2015-11-08 21:44:58 -08:00 |
|
Torkel Ödegaard
|
6cf46b1635
|
refactoring: more moving stuff around
|
2015-10-30 14:44:40 +01:00 |
|
utkarshcmu
|
a27186e34f
|
Cleaned the codebase :D
|
2015-10-29 11:28:38 -07:00 |
|
utkarshcmu
|
2a8904f844
|
Fixed queryCtrl to use suggest API
|
2015-10-29 11:13:38 -07:00 |
|