Torkel Ödegaard
|
f813b4c58f
|
feat(plugins): converted graphite plugin to new format
|
2016-01-09 13:30:02 +01:00 |
|
Torkel Ödegaard
|
c5635f9c89
|
feat(plugins): changed what datasources should return, they should now return the datasource constructor
|
2016-01-09 13:21:16 +01:00 |
|
Torkel Ödegaard
|
3bb20dbf2e
|
feat(plugins): changed plugin schema, pluginType -> type, type -> id
|
2016-01-08 23:15:44 +01:00 |
|
Torkel Ödegaard
|
69d0e82453
|
Merge branch 'master' into apps
Conflicts:
pkg/services/sqlstore/migrations/migrations.go
|
2016-01-08 10:20:46 +01:00 |
|
Mitsuhiro Tanda
|
ebf0bd5fc9
|
fix end time of Prometheus link
|
2015-12-31 16:05:04 +09:00 |
|
Mitsuhiro Tanda
|
be48caf59f
|
fix Prometheus link, expand template variable in expression
|
2015-12-31 16:05:04 +09:00 |
|
Torkel Ödegaard
|
41a0995db7
|
feat(apps): minor progress on app meta data
|
2015-12-22 16:32:17 +01:00 |
|
Torkel Ödegaard
|
f074c1eaff
|
refactor(lodash): changed how lodash is referenced from typescript
|
2015-12-22 13:59:11 +01:00 |
|
Torkel Ödegaard
|
c19a2e5b45
|
fix(influxdb): systemjs fix
|
2015-12-21 16:48:12 +01:00 |
|
Torkel Ödegaard
|
dabd680d6b
|
tech(systemjs): merged sync with master, all tests are passing
|
2015-12-21 16:13:24 +01:00 |
|
Torkel Ödegaard
|
4522b02925
|
tech(systemjs): almost all tests are passing
|
2015-12-21 16:00:58 +01:00 |
|
Torkel Ödegaard
|
0dd7fb7361
|
tech(systemjs): most things work
|
2015-12-18 10:28:00 +01:00 |
|
Torkel Ödegaard
|
a7d7f31e76
|
Merge branch 'master' of github.com:grafana/grafana
|
2015-12-17 10:13:40 +01:00 |
|
Torkel Ödegaard
|
16847fdb41
|
feat(elasticsearch): trim edges, minor refactoring of #3541
|
2015-12-17 10:13:23 +01:00 |
|
carl bergquist
|
80d757b371
|
feat(elasticsearch): move default query parameters to new table
|
2015-12-17 10:00:53 +01:00 |
|
carl bergquist
|
5bdf0cd136
|
Merge branch 'global_interval' of https://github.com/felixbarny/grafana into felixbarny-global_interval
Conflicts:
public/app/plugins/datasource/elasticsearch/partials/config.html
|
2015-12-17 09:53:02 +01:00 |
|
carl bergquist
|
e498503428
|
fix(elastic): fixed typo
|
2015-12-17 09:05:01 +01:00 |
|
Carl Bergquist
|
ef46b23250
|
Merge pull request #3133 from tdyas/add_pencil_to_graphite_ds
add pencil icon back to graphite data source
|
2015-12-17 08:48:03 +01:00 |
|
carl bergquist
|
39ccf1526f
|
Merge branch 'addshore-graphiteSortByNameNatural'
|
2015-12-17 07:21:43 +01:00 |
|
carl bergquist
|
12889a9509
|
feat(graphite): make sortByName optional
fixes #3360
closes #3361
|
2015-12-17 07:17:39 +01:00 |
|
Carl Bergquist
|
e320bd025f
|
Revert "(cloudwatch) add "Divide Sum By Period" option"
|
2015-12-16 14:35:04 +01:00 |
|
Carl Bergquist
|
d465c445fc
|
Merge pull request #3445 from mtanda/cloudwatch_sum_period
(cloudwatch) add "Divide Sum By Period" option
|
2015-12-16 14:07:52 +01:00 |
|
carl bergquist
|
dc30b9d37b
|
feat(elastic): change concept to trim edges instead.
|
2015-12-16 13:50:56 +01:00 |
|
carl bergquist
|
37cfe2a3cb
|
feat(elastic): shorten expression to target input
|
2015-12-16 13:29:54 +01:00 |
|
carl bergquist
|
26abce647d
|
feat(elastic): isolate drop first and last logic
|
2015-12-16 13:27:35 +01:00 |
|
Torkel Ödegaard
|
ca84ef38f8
|
angular2 test
|
2015-12-16 12:21:13 +01:00 |
|
carl bergquist
|
d882af9f94
|
Merge branch 'es_drop_first_last' of https://github.com/Qtax/grafana into Qtax-es_drop_first_last
|
2015-12-16 09:48:14 +01:00 |
|
carl bergquist
|
48539c851e
|
feat(graphite): adds support for grep function
closes #1163
|
2015-12-16 09:45:28 +01:00 |
|
Mitsuhiro Tanda
|
c7ba60162b
|
(cloudwatch) add Divide By Sum option
|
2015-12-16 17:23:13 +09:00 |
|
Mitsuhiro Tanda
|
e44ef7f823
|
fix cloudwatch query editor
|
2015-12-16 17:01:58 +09:00 |
|
Torkel Ödegaard
|
7ee290cc57
|
tech(systemjs): systemjs and jspm work
|
2015-12-15 17:56:16 +01:00 |
|
Torkel Ödegaard
|
f1b897b3de
|
change(cloudwatch): minor change to editor
|
2015-12-15 13:57:20 +01:00 |
|
Carl Bergquist
|
25d93d1041
|
Merge pull request #3066 from mtanda/cloudwatch_annotation
(cloudwatch) annotation support
|
2015-12-15 13:43:02 +01:00 |
|
Torkel Ödegaard
|
e28c9b3309
|
cleanup(KairosDB): removed kairosdb from main repo, can easily be installed via as plugin via its own plugin repo, https://github.com/grafana/datasource-plugin-kairosdb, closes #3524
|
2015-12-15 11:35:39 +01:00 |
|
Torkel Ödegaard
|
5335a6b636
|
Merge branch 'master' of github.com:grafana/grafana
|
2015-12-15 11:21:17 +01:00 |
|
Torkel Ödegaard
|
f83d5f4280
|
cleanup(influxdb_08): removed influxdb 0.8 data source as an built in official data source, moved it to an external plugin repo, https://github.com/grafana/datasource-plugin-influxdb-08, closes #3523
|
2015-12-15 11:21:00 +01:00 |
|
carl bergquist
|
28ec6b4d60
|
feat(graphite): add optional parameter for perSecond
closes #966
|
2015-12-15 11:10:13 +01:00 |
|
Torkel Ödegaard
|
f163ceffd0
|
fix(elasticsearch): fixes spelling of lucene, #3519
|
2015-12-15 08:29:24 +01:00 |
|
Mitsuhiro Tanda
|
31de9faaf2
|
fix test
|
2015-12-15 11:32:24 +09:00 |
|
Mitsuhiro Tanda
|
d302c82c82
|
share cloudwatch query editor
|
2015-12-15 11:32:23 +09:00 |
|
Mitsuhiro Tanda
|
e22e20fa9d
|
fix cloudwatch annotation, reflect API change
|
2015-12-15 11:25:18 +09:00 |
|
Mitsuhiro Tanda
|
79c8556927
|
style change annotation editor
|
2015-12-15 11:25:18 +09:00 |
|
Mitsuhiro Tanda
|
7d16307db4
|
parse string date format
|
2015-12-15 11:25:17 +09:00 |
|
Mitsuhiro Tanda
|
1626982a3a
|
add CloudWatch Annotation
|
2015-12-15 11:25:16 +09:00 |
|
Qtax
|
bf41eb824d
|
Added ES histogram setting to drop/ignore the first and last datapoints
|
2015-12-14 19:58:08 +01:00 |
|
Torkel Ödegaard
|
38f4cfb7a2
|
Merge branch 'v2.6.x'
|
2015-12-14 18:51:09 +01:00 |
|
Torkel Ödegaard
|
aca9d3965d
|
feat(elasticsearch): added unit option to derivative metric, closes #3512
|
2015-12-14 18:49:53 +01:00 |
|
Torkel Ödegaard
|
79d56f779d
|
fix(graphite): minor fix to graphite query editor so it does not issue render requests for incomplete queries, fixes #3510
|
2015-12-14 18:33:44 +01:00 |
|
carl bergquist
|
f5eb54e595
|
feat(elasticsearch): only show pipeline agg for es version >= 2
|
2015-12-14 15:08:34 +01:00 |
|
carl bergquist
|
bc2bc1f2ac
|
Merge branch 'graphiteSortByNameNatural' of https://github.com/addshore/grafana into addshore-graphiteSortByNameNatural
|
2015-12-14 10:37:44 +01:00 |
|