Torkel Ödegaard
039fc2964a
fix: getting started panel and mark adding data source as done, fixes #9568
2017-10-18 12:02:57 +02:00
Daniel Lee
7cbb4020e9
pluginloader: esModule true for systemjs config
...
Supports importing a module's contents with the
'* as module' syntax. The latest version of SystemJS turns
it off per default which broke several plugins.
2017-10-18 11:16:18 +02:00
Alexander Zobnin
74e90d01ec
Fixes for annotations API ( #9577 )
...
* annotations: throw error if no text specified and set default time to Now() if empty, #9571
* annotations: fix saving graphite event with empty string tags
* docs: add /api/annotations/graphite endpoint docs, #9571
2017-10-18 10:13:02 +02:00
Chris Chandler
204fe007b7
When Messasge field is set for an alert, map it to the output field in a Sensu check result. If Message is empty, send "Grafana Metric Condition Met"
2017-10-17 16:22:56 -05:00
Mitsuhiro Tanda
8a43d4e25c
fix vector range
2017-10-17 21:27:04 +09:00
Carl Bergquist
5910453e8a
Merge pull request #9560 from mtanda/prometheus_46_metric_name_matching
...
(prometheus) allow ":" character for metric name
2017-10-17 13:34:25 +02:00
Mitsuhiro Tanda
ebebbddb2d
allow ":" character for metric name
2017-10-17 19:44:59 +09:00
Torkel Ödegaard
eda3cffe22
build: added imports of rxjs utility functions
2017-10-17 12:14:54 +02:00
Carl Bergquist
4cc9f4f075
Merge pull request #9558 from mtanda/cw_fix_expand_46
...
(cloudwatch) fix template variable expanding
2017-10-17 11:15:44 +02:00
Mitsuhiro Tanda
0f87279ab8
fix template variable expanding
2017-10-17 18:11:21 +09:00
Torkel Ödegaard
233062229a
Update CHANGELOG.md
2017-10-17 11:08:43 +02:00
krise3k
45a572ebd8
annotations: quote reserved fields ( #9550 )
2017-10-17 11:03:19 +02:00
Carl Bergquist
c144dc86f2
Update CHANGELOG.md
2017-10-17 10:59:23 +02:00
Carl Bergquist
7923864935
Update CHANGELOG.md
2017-10-17 10:57:33 +02:00
Carl Bergquist
702c9f7cc5
Update CHANGELOG.md
2017-10-17 10:53:13 +02:00
Torkel Ödegaard
574afe8568
fix: fixed color pickers that were broken in minified builds, fixes #9549
2017-10-17 10:51:42 +02:00
Torkel Ödegaard
b86ae3f0e8
ux: align alert and btn colors
2017-10-17 09:35:14 +02:00
Torkel Ödegaard
8ff7e1d05d
docs: doc updates
2017-10-17 09:35:14 +02:00
Carl Bergquist
24a0eb909c
Merge pull request #9553 from ryantxu/typo
...
Fix typo in PLUGIN_DEV.md
2017-10-17 07:05:06 +02:00
Mitsuhiro Tanda
c4c64365f1
remove duplicative prometheus function
2017-10-17 12:24:29 +09:00
Mitsuhiro Tanda
c51f84a12e
remove label match operator from keyword.operator
2017-10-17 12:19:56 +09:00
Mitsuhiro Tanda
8580b78ce6
remove label match operator from keyword.operator
2017-10-17 12:19:42 +09:00
Mitsuhiro Tanda
cc1e69ace3
remove extra state push
2017-10-17 11:50:33 +09:00
ryan
85e3ed623a
fix typo
2017-10-17 01:10:40 +02:00
Carl Bergquist
11e3876a16
Update CHANGELOG.md
2017-10-16 21:27:30 +02:00
Daniel Lee
14241404ff
textpanel: fixes #9491
2017-10-16 13:39:16 +02:00
Daniel Lee
f3ec139eab
csv: fix import for saveAs shim
...
After switch from systemjs to webpack, needed to import the
file-saver saveAs shim for it work. Fixes #9525
2017-10-16 13:20:37 +02:00
bergquist
9de4d0fa6b
alert_tab: clear test result when testing rules
...
closes #9539
2017-10-16 10:31:09 +02:00
Daniel Lee
eb4e71e2c6
plugins: expose more util and flot dependencies
...
Also, fix for coremodules export. Have to add the __esModule
attribute to fool SystemJS.
2017-10-16 09:06:34 +02:00
Carl Bergquist
c215f0b5ec
Merge pull request #9528 from ericdahl/tsdb_cloudwatch_req_per_target
...
CloudWatch: Add ALB RequestCountPerTarget metric
2017-10-16 08:41:31 +02:00
Mitsuhiro Tanda
7edc95cc35
(cloudwatch) fix cloudwatch query error over 24h ( #9536 )
...
fix cloudwatch query error over 24h
2017-10-16 08:31:05 +02:00
Carl Bergquist
2d840f12e0
Merge pull request #9534 from mtanda/cw_improve_err_msg
...
(cloudwatch) show error message when cloudwatch datasource can't add
2017-10-16 08:08:35 +02:00
Joaquin Casares
fa68eb9be6
Add autofocus tag for username field on login.html ( #9526 )
2017-10-16 07:25:30 +02:00
Mitsuhiro Tanda
40b11654fd
show error message when cloudwatch datasource can't add
2017-10-16 13:05:53 +09:00
Eric Dahl
888d608090
CloudWatch: Add ALB RequestCountPerTarget metric
...
This commit adds the new ALB metric `RequestCountPerTarget` which was
released in July 2017.
2017-10-14 21:50:23 -07:00
bergquist
91f60bb6c4
set nightly version to v4.7.0-pre1
2017-10-13 17:12:40 +02:00
bergquist
86b2048d3b
changelog: adds release date for v4.6.0-beta1
2017-10-13 17:12:40 +02:00
Carl Bergquist
a316b5fb80
Merge pull request #9519 from Foxboron/patch-1
...
Missing dot in aws credentials path
2017-10-13 14:22:21 +02:00
Morten Linderud
4a22d22857
Missing dot in aws credentials path
...
As far as i know the path hasn't changed, but the dot is missing in one place.
2017-10-13 14:08:37 +02:00
bergquist
7069fed31d
update packagecloud script for 4.6.0-beta1
2017-10-13 13:11:18 +02:00
bergquist
9d916fdad6
changelog: adds note about closing #9516
2017-10-13 10:29:11 +02:00
bergquist
ec14fa58b5
alerting: add count_non_null reducer
...
makes it possible to have a second condition requering
at least X points of data.
2017-10-13 09:47:10 +02:00
Carl Bergquist
8e4a7060ca
Merge pull request #9515 from imweijh/patch-1
...
Update rpm.md
2017-10-13 08:54:19 +02:00
weijh
d0ace0bc13
Update rpm.md
...
for error "The GPG keys listed for the "grafana" repository are already installed but they are not correct for this package."
2017-10-13 12:00:22 +08:00
Torkel Ödegaard
2992fb4b0e
fix: can now remove annotation tags without popover closing
2017-10-12 16:24:32 +02:00
Alexander Zobnin
3b14bee559
tech: add backward compatibility for <spectrum-picker> directive ( #9510 )
2017-10-12 15:31:59 +02:00
Torkel Ödegaard
e7b718ed7a
fix: fixed links on new 404 page, fixes #9493
2017-10-12 15:31:41 +02:00
bergquist
b5727949fd
logging: dont use cli logger in http_server
2017-10-12 15:29:01 +02:00
bergquist
88f55b01d8
oauth: raise error if session state is missing
...
ref #9476
2017-10-12 15:25:27 +02:00
bergquist
0848ba2e9c
oauth: provide more logging for failed oauth requests
2017-10-12 15:25:27 +02:00