David Kaltschmidt
b778b5350a
Explore: swtiching to logging should keep prometheus labels in case of error
...
Logging's query importer drops all labels that are not common to both datasources.
- keep labels if label lookup of logging datasource came back empty
- easier to remove labels than having to add them in the first place
2018-11-23 11:15:25 +01:00
Torkel Ödegaard
56d95e7913
tweaks to gf-inline-form style PR #14154 change
2018-11-23 08:06:48 +01:00
Torkel Ödegaard
ec23b4c607
Merge pull request #14154 from bergquist/gf-form-margin
...
Margin when listing multiple gf-form
2018-11-23 08:05:28 +01:00
Torkel Ödegaard
81cc24c123
Merge branch 'davkal/sticky-footer'
2018-11-23 07:50:47 +01:00
Torkel Ödegaard
0cb47cb3d4
Merge pull request #14162 from grafana/docs_signout_redirect_url
...
docs: signout_redirect_url description in auth overview
2018-11-23 07:46:24 +01:00
Marcus Efraimsson
5ebb201caa
docs: signout_redirect_url description in auth overview
2018-11-22 15:59:15 +01:00
David Kaltschmidt
c928c546a3
Sticky footer for all pages
...
Currently the footer is based on top margins which looks odd on big screen sizes.
Also, the footer shows up on the top of the page on pages take a moment to load (while ng-view is rendering).
- True sticky footer based on flexbox
- Ensure footer stays at bottom while ng-view div does not exist yet
2018-11-22 13:15:29 +01:00
David
377eaa891c
Merge pull request #14147 from grafana/davkal/explore-data-query
...
Explore: Introduce DataQuery interface for query handling
2018-11-22 12:01:37 +01:00
David Kaltschmidt
9e94d22401
Added comments
2018-11-22 12:00:41 +01:00
Marcus Efraimsson
36aec52c08
return actual error if failing to update alert data
2018-11-22 11:19:08 +01:00
David Kaltschmidt
21ee85b1e2
Fix issue with deleting a query (empty string not updating)
2018-11-22 11:14:46 +01:00
David Kaltschmidt
bbaa5b63c8
Fix history rendering for DataQuery
2018-11-22 11:02:53 +01:00
bergquist
dc2ebeb7c0
margin when listing multiple gf-form should be right
...
when listing multiple gf-form elements this style is
applied to all elements except the first. By having the
margin on the right side there will always be some margin
between all gf-forms
2018-11-22 11:00:27 +01:00
Marcus Efraimsson
dffb4c8a46
Merge pull request #14153 from zyseeker/patch-1
...
Fix a typo in doc about alerting
2018-11-22 00:17:56 -08:00
Zhang Yong
4f236ca465
Fix a typo
...
Fix a typo
2018-11-22 15:17:31 +08:00
Marcus Efraimsson
572ca5a010
changelog: add notes about closing #14150
2018-11-21 18:28:05 +01:00
Marcus Efraimsson
40a38552a9
Merge pull request #14151 from grafana/14150_cloudwatch
...
Fix invalid time range causes panic in Cloudwatch datasources
2018-11-21 09:23:51 -08:00
Marcus Efraimsson
a6a1362ad1
temporary fix for starting grafana not running systemd
2018-11-21 18:15:28 +01:00
Marcus Efraimsson
3534762f49
cloudwatch: handle invalid time ranges
2018-11-21 17:51:02 +01:00
Marcus Efraimsson
879aed7d06
cloudwatch: recover/handle panics when executing queries
2018-11-21 17:49:17 +01:00
David
1125ca4d79
Merge pull request #14014 from miqh/feat/explore-toggle-series
...
Add ability to toggle visibility of graph series in explore section
2018-11-21 17:31:46 +01:00
Carl Bergquist
c3d64e0352
Merge pull request #14148 from bergquist/alerting_options_to
...
updates time range options for alert queries
2018-11-21 17:25:32 +01:00
Carl Bergquist
acf8d43682
Merge pull request #14056 from mjtrangoni/fix-errcheck-issues
...
Fix errcheck issues
2018-11-21 17:23:56 +01:00
David Kaltschmidt
331d419d4f
Combine query functions
2018-11-21 17:21:13 +01:00
David Kaltschmidt
22987ee75f
Renamed targets to queries
2018-11-21 16:28:30 +01:00
bergquist
14688766ef
updates time range options for alert queries
...
add some new options for the to value.
removes '1s' option for from since thats unreasonable low
closes #12134
2018-11-21 15:43:37 +01:00
bergquist
60c291c8dc
format: remove </input> and align tabs
2018-11-21 15:42:25 +01:00
Carl Bergquist
c852acaeca
Merge pull request #14143 from bergquist/docs_alerting_for
...
Adds example timeline in docs for alerting for
2018-11-21 15:15:39 +01:00
David Kaltschmidt
b3161bea5a
Explore: Introduce DataQuery interface for query handling
...
- Queries in Explore have been string based
- This PR introduces the use of the DataQuery type to denote all queries handled in Explore
- Within Explore all handling of DataQueries is transparent
- Modifying DataQueries is left to the datasource
- Using `target` as variable names for DataQueries to be consistent with the rest of Grafana
2018-11-21 14:45:57 +01:00
Michael Huynh
a333c31ea8
Fix set utilities for explore section
...
Discovered implementation issues with the set utilities used in the
explore section after adding some tests. Added tests to reinforce the
expected behaviour of the utility functions.
Related: #13522
2018-11-21 21:42:53 +08:00
Marcus Efraimsson
f74a7cd97c
typos in docs/sources/alerting/rules.md
...
Co-Authored-By: bergquist <carl@grafana.com>
2018-11-21 14:41:51 +01:00
Marcus Efraimsson
fdbccdc347
typos in docs/sources/alerting/rules.md
...
Co-Authored-By: bergquist <carl@grafana.com>
2018-11-21 14:41:35 +01:00
Torkel Ödegaard
1976e18591
Merge pull request #14145 from grafana/fix-legend-show-false
...
fixed issue with new legend not checking if panel.legend.show
2018-11-21 14:40:09 +01:00
Torkel Ödegaard
0731b8635b
fixed failing graph tests
2018-11-21 13:53:32 +01:00
bergquist
4bd8b2c130
gfdev: fixes unparseable for duration
2018-11-21 11:41:54 +01:00
Torkel Ödegaard
cab92f88af
fixed issue with new legend not checking if panel.legend.show
2018-11-21 11:38:15 +01:00
bergquist
afbc16c499
gfdev: adds alert always in pending state
2018-11-21 11:34:21 +01:00
bergquist
1491ea1c75
docs: adds example timeline for alerting for
2018-11-21 11:11:46 +01:00
Leonard Gram
6c267cb592
build: docker build for ge.
2018-11-21 09:03:05 +01:00
bergquist
baba8a92ee
update path to alerting for image
2018-11-20 17:09:21 +01:00
Marcus Efraimsson
e421c387ea
update release publish script links
2018-11-20 16:23:24 +01:00
Michael Huynh
c7dc557e91
Add visibility toggle for explore graph series
...
The implemented toggling UX is similar to how the dashboard graph plugin
behaves. Also incorporates review feedback to persist series visibility
state by means of the alias property, with the limitation it carries
too.
Related: #13522
2018-11-20 21:52:42 +08:00
Marcus Efraimsson
8d75fcb6f7
what's new in v5.4 placeholder
2018-11-20 14:35:38 +01:00
Marcus Efraimsson
0b3e5ec4a7
Merge pull request #14137 from grafana/webpack-error-template-fix
...
fix for issue with error view in production builds
2018-11-20 04:59:12 -08:00
Torkel Ödegaard
34c70ca7ce
fix for issue with error view in production builds
2018-11-20 13:47:45 +01:00
Daniel Lee
42d5003be3
changelog: adds note for #13561
2018-11-20 13:43:48 +01:00
Daniel Lee
4aeea56342
Merge pull request #14007 from grafana/stackdriver-template-query-editor
...
Stackdriver template query editor
2018-11-20 13:41:18 +01:00
Marcus Efraimsson
55fefde2a0
update changelog
2018-11-20 13:23:44 +01:00
Erik Sundell
7021e07ab2
stackdriver: remove not used variable
2018-11-20 13:22:43 +01:00
Erik Sundell
b200f92710
stackdriver: use angular dropdown so that we can restrict user input
2018-11-20 13:18:00 +01:00