Alexander Zobnin
f8b8907cc4
Initial graphite tags support ( #9239 )
...
* graphite: initial seriesByTag() support
* graphite: groupByTags() function
* graphite: aliasByTags() function
* graphite: fix optional params update, issue #9238
* graphite: fix tag-related functions version
* graphite: add 1.1.x version to config
* graphite: fix seriesByTag() series parsing
2017-09-21 08:22:56 +02:00
bergquist
4326790bb4
bug: enable HEAD requests again
...
ref #9307
2017-09-20 09:45:00 +02:00
Will Sewell
4a6da233d9
Add DbClusterIdentifier
to CloudWatch dimensions ( #9297 )
...
Unfortunately CloudWatch dimensions are case-sensitive and it uses both `DBClusterIdentifier` and `DbClusterIdentifier` (notice the lower case `b`) depending on the metric. All metrics which also have the `Role` dimension appear to use `DBClusterIdentifier`, whereas metric with the `EngineName` dimension use `DbClusterIdentifier`.
2017-09-20 08:31:54 +02:00
Alexander Zobnin
fdec9a4daf
templating: fix dependent variable updating ( #9306 )
2017-09-19 20:35:48 +02:00
tamayika
bef4b9b3b0
Fix adhoc filters restoration ( #9303 )
2017-09-19 14:25:35 +02:00
Andreas Kohn
3b565dccd8
Explicitly refer to Github 'OAuth' applications
...
A 'Github Application' is now something else, and will not work with Grafana.
2017-09-19 13:21:15 +02:00
bergquist
13e8eb6d2e
Merge branch 'v4.5.x'
2017-09-19 08:34:44 +02:00
bergquist
fe3c6ac355
fixes bug introduced with prom namespaces
...
ref #9279
2017-09-19 08:16:23 +02:00
Matthew McGinn
2840968861
fixing spelling of millesecond -> millisecond
2017-09-19 07:20:14 +02:00
Matthew McGinn
3a7ed2305d
fixing spelling of millesecond -> millisecond
2017-09-19 06:14:43 +02:00
Aaron Kirkbride
442f625a4e
Remove duplicate bus.AddHandler() ( #9289 )
...
`bus.AddHandler("sql", SetUsingOrg)` is already called on line 24.
Very minor change.
2017-09-18 15:52:15 +02:00
Torkel Ödegaard
5f6de33487
Update CHANGELOG.md
2017-09-18 15:21:00 +02:00
Patrick O'Carroll
d6725d4fbe
updated error page html+css, added ds_store to ignore ( #9285 )
2017-09-18 14:04:55 +02:00
deep-42-thought
5749489e7e
public/app/plugins/panel/graph/specs/graph_specs.ts: relax tests to be "within" instead of "equal", so they won't fail on i686 ( #9286 )
2017-09-18 14:03:54 +02:00
Sven Nierlein
d0ddf76730
Fix path to icon ( #9276 )
...
grafana_mask_icon.svg is located in the img/ folder.
2017-09-18 12:54:20 +02:00
bergquist
915412754c
Merge branch 'v4.5.x'
2017-09-18 12:35:02 +02:00
bergquist
6d901fe145
adds note about fix in v4.5.2
2017-09-18 12:29:32 +02:00
bergquist
0a8a6fd872
skip NaN values when writing to graphite
...
ref #9279
2017-09-18 12:25:37 +02:00
Andrew Prokhorenkov
00b18a8aea
addded mass units, #9265 ( #9273 )
2017-09-18 11:13:56 +02:00
Ryan Patterson
a20c419583
Fully fill out nulls in cloudfront data source ( #9268 )
...
Summary:
Previously, cloudwatch data sources would only fill in a single null value if
there was missing data. This results in behavior described in #9267 . This
resolves that issue by filling the entire missing period with null values. The
null values can then be interpreted as normal by the graphing frontend.
Test Plan:
Used on a data source that had missing data for many consecutive periods.
Ensured that the graph remained at 0 across the entire window.
2017-09-18 11:12:52 +02:00
bergquist
2ac6e23fc5
Merge branch 'invalid_panel_data'
2017-09-18 10:36:17 +02:00
bergquist
89eda76f29
require dashboard panels to have id
...
closes #9234
2017-09-18 10:32:58 +02:00
Torkel Ödegaard
a687a6605d
Merge branch 'v4.5.x'
2017-09-18 09:40:00 +02:00
Torkel Ödegaard
24d69ca205
fix: jsonData should not be allowed to be null, fixes #9258
2017-09-18 09:38:02 +02:00
Torkel Ödegaard
7a80a6627a
Merge branch 'reduce-package-size'
2017-09-18 09:09:38 +02:00
Torkel Ödegaard
a081f90403
Merge branch 'master' of github.com:grafana/grafana
2017-09-18 09:08:42 +02:00
Torkel Ödegaard
d99c873221
packaging: reduce package size
2017-09-18 09:02:45 +02:00
ParadoxalManiak
c94f5b456a
Update upgrading.md ( #9263 )
...
Fixed some minor writing issues.
2017-09-15 22:15:12 +02:00
bergquist
67469e1809
adds note about closing #1395
2017-09-15 17:26:48 +02:00
Andrew Prokhorenkov
8cdf12b694
add locale format
2017-09-15 17:26:18 +02:00
bergquist
114ba801b9
update changelog
2017-09-15 16:25:17 +02:00
bergquist
87308fd97f
fixes broken tests 💥
2017-09-15 16:11:02 +02:00
bergquist
16b1c0e63e
minor code adjusetments
2017-09-15 16:11:02 +02:00
bergquist
c7698a09ed
pass context to image uploaders
2017-09-15 16:11:02 +02:00
bergquist
d0ab028cfc
remove unused deps
2017-09-15 16:11:02 +02:00
Konstantin Chukhlomin
7e3c9fcc1c
Reduced OAuth scope to read_write
2017-09-15 16:11:02 +02:00
Konstantin Chukhlomin
fcdf282090
GCS support via JSON API
2017-09-15 16:11:02 +02:00
Konstantin Chukhlomin
1188f8df73
gofmt fixes
2017-09-15 16:11:02 +02:00
Konstantin Chukhlomin
72d7c4d620
Added GCS support #8370
2017-09-15 16:11:02 +02:00
bergquist
93cff1a42a
move more known datasources from others
2017-09-15 14:26:29 +02:00
Alexander Zobnin
54f0650321
Remove alert thresholds on panel duplicate, issue #9178 ( #9257 )
2017-09-15 13:34:31 +02:00
Daniel Lee
f534ea057c
4.5.1 docs + update version to 5.0.0-pre1
2017-09-15 11:27:16 +02:00
Daniel Lee
3aed6595c7
Merge branch 'v4.5.x'
2017-09-15 11:10:55 +02:00
Daniel Lee
085245f97d
publish_both.sh update for 4.5.1
2017-09-15 11:09:48 +02:00
Daniel Lee
c114c46119
update version to 4.5.1
2017-09-15 10:05:51 +02:00
Torkel Ödegaard
9fdecb320c
Merge branch 'master' of github.com:grafana/grafana
2017-09-15 10:00:17 +02:00
Torkel Ödegaard
7cac2e1817
Merge branch 'v4.5.x'
2017-09-15 09:59:44 +02:00
Torkel Ödegaard
bbe191a975
graphite: do not show error for cancelled requests, fixes #9249
2017-09-15 09:59:23 +02:00
Torkel Ödegaard
c532c8640b
Update CHANGELOG.md
2017-09-15 09:17:44 +02:00
Torkel Ödegaard
0107f1eddb
docs: updated changelog
2017-09-14 20:34:23 +02:00