Mitsuhiro Tanda
9c672f6ec1
(prometheus) support new legend format (with backward compatibility) ( #5096 )
...
* (prometheus) support new legend format (with backward compatibility)
* (prometheus) use regex replace for legend format
* (prometheus) allow white space
2016-05-20 12:29:10 +02:00
Torkel Ödegaard
91c6ebb06c
Merge branch 'v3.0.x'
2016-05-20 09:06:39 +02:00
Torkel Ödegaard
df0ddc0b50
fix(prometheus): fixed bug in prometheus query editor, fixes #5107
2016-05-20 09:03:52 +02:00
Torkel Ödegaard
03551a5961
Merge remote-tracking branch 'origin/development'
2016-05-18 14:23:21 +02:00
Mitsuhiro Tanda
a86d218891
(prometheus) fix metric find query
2016-05-18 16:36:57 +09:00
Mitsuhiro Tanda
66bcae353c
(prometheus) pass dashboard time range to template query ( #5007 )
...
* (prometheus) pass dashboard time range to template query
* (prometheus) add passing time test of templating
2016-05-18 07:56:23 +02:00
Mitsuhiro Tanda
8d2f350ad1
(prometheus) fix prometheus link
2016-05-18 07:50:30 +02:00
Mitsuhiro Tanda
fc1891320e
(prometheus) fix prometheus link ( #5074 )
2016-05-18 07:49:32 +02:00
joelanford
cbefd8f8ae
Fixed legend labeling bug in Prometheus datasource ( #4858 )
2016-04-30 16:40:41 +02:00
Torkel Ödegaard
206cb51219
feat(query editors): updated prometheus editor
2016-04-27 10:50:29 +02:00
Torkel Ödegaard
329ee8d9f1
fix(prometheus): added template variable escape format to prometheus annotations queries, fixes #4656
2016-04-12 10:50:58 -04:00
Pascal Borreli
eb850ddd36
doc(plugins): typo
2016-03-31 11:43:04 +01:00
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
Torkel Ödegaard
d575a5ce12
feat(plugins): added prometheus dashboard to prometheus data source, #4298
2016-03-12 10:40:55 +01:00
Torkel Ödegaard
8ed8bfb8bc
feat(prometheus): added special regex escape for prometheus, fixes #4234
2016-03-03 10:49:30 +01:00
Torkel Ödegaard
0da4168836
fix(prometheus): fixed templating issue with prometheus for when using variable with non regex operator, #2918
2016-03-01 21:35:55 +01:00
Torkel Ödegaard
d1bac6cde0
feat(templating): prometheus now works with new template variable formating/escaping, #2918
2016-03-01 16:11:05 +01:00
Mitsuhiro Tanda
3125177e5c
(prometheus) fix label_values() templating
2016-02-28 13:33:29 +09:00
Torkel Ödegaard
30f3b55baf
fix(prometheus): set default templating format to pipe
2016-02-25 10:26:07 +01:00
Torkel Ödegaard
22ae259cf5
ux(): varios tweaks and polish
2016-02-24 17:49:08 +01:00
bergquist
f225bb0032
ux(annotations): migrate annotations editors to new form
2016-02-22 10:07:02 +01:00
Mitsuhiro Tanda
5c7689388d
fix template url for annotation editor
2016-02-10 11:42:59 +09:00
Torkel Ödegaard
8784be9a14
feat(plugins): made it possible to have relative plugin template urls
2016-02-09 18:17:32 +01:00
Mitsuhiro Tanda
2cce057df1
(prometheus) add query result template query
2016-02-09 01:37:43 +09:00
Carl Bergquist
a3b6efdbfa
Merge pull request #2883 from mtanda/prometheus_annotation_support
...
Prometheus annotation support
2016-02-08 14:51:59 +01:00
Torkel Ödegaard
801129530e
feat(plugins): base clases are now in app/plugins/sdk
2016-02-05 18:08:21 +01:00
Torkel Ödegaard
273fbaac68
refactor(): minor changes
2016-02-05 10:37:14 +01:00
Mitsuhiro Tanda
20283a46f9
fix annotation editor error
2016-02-04 14:14:19 +09:00
Mitsuhiro Tanda
634699c8e2
fix prometheus datasource plugin
2016-02-04 14:10:27 +09:00
Mitsuhiro Tanda
7d97f381cf
fix tslint error
2016-02-04 14:09:59 +09:00
Mitsuhiro Tanda
7a1326ff14
follow new plugin format
2016-02-04 14:06:01 +09:00
Mitsuhiro Tanda
ee84d4371b
fix prometheus annotation, reflect API change
2016-02-04 14:05:51 +09:00
Mitsuhiro Tanda
f8b05e0f42
add prometheus annotation query
2016-02-04 14:05:44 +09:00
Torkel Ödegaard
fc829b32d9
feat(plugins): minor fixes to breaking out query editor row into reusable component
2016-02-02 16:57:05 +01:00
Torkel Ödegaard
f2700822e9
feat(plugins): extracted first plugin row to its own component
2016-02-02 16:32:36 +01:00
Torkel Ödegaard
21f6c07686
feat(plugins): more progress on plugin editors
2016-02-02 15:15:20 +01:00
Torkel Ödegaard
356f7b9db6
feat(plugins): good progress on converting query editors, graphite's query ctrl is now working as is unit tests
2016-02-02 13:07:54 +01:00
Torkel Ödegaard
822c8f1575
feat(plugins): migrating graphite query editor to new model
2016-02-02 12:52:43 +01:00
Torkel Ödegaard
efdd4a6682
feat(plugins): more work on plugin editors,prometheus query editor is working
2016-02-02 10:19:15 +01:00
Torkel Ödegaard
eaaf9246b7
feat(plugins): more work on refining datasource editors
2016-02-02 09:12:58 +01:00
Torkel Ödegaard
0583ec0f93
feat(plugins): more work on plugin directives and isolation
2016-02-01 23:32:12 +01:00
Torkel Ödegaard
12f487e223
feat(plugin-editors): more work on plugin editor loading
2016-02-01 23:24:08 +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
b1bfd35968
feat(datasources): last fixes for data sources
2016-02-01 17:06:44 +01: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
Mitsuhiro Tanda
c317149a08
add test for prometheus fill null
2016-01-13 15:59:59 +09:00
Mitsuhiro Tanda
ff8b25a50a
fix, should fill null at end timestamp
2016-01-13 15:59:59 +09:00