David Kaltschmidt
411719bc70
Explore: POC for datasource query importers
...
Explore is about keeping context between datasources if possible. When
changing from metrics to logging, some of the filtering can be kept to
narrow down logging streams relevant to the metrics.
- adds `importQueries` function in language providers
- query import dependent on origin datasource
- implemented prometheus-to-logging import: keeping label selectors
that are common to both datasources
- added types
2018-11-16 13:52:58 +00:00
Marcus Efraimsson
aa47f80fd8
Merge pull request #14042 from grafana/restore_prefs_control
...
Restore user profile preferences
2018-11-13 01:42:51 -08:00
Marcus Efraimsson
69a57850c4
restore user profile preferences
2018-11-13 10:22:02 +01:00
Marcus Efraimsson
97c6f3560c
changelog: add notes about closing #13328 #13949
...
[skip ci]
2018-11-13 09:44:35 +01:00
Torkel Ödegaard
68eecf6ca6
Merge pull request #14037 from matschaffer/patch-2
...
Clarify wording of playlist protip
2018-11-13 07:04:27 +01:00
Mat Schaffer
f6313fe675
Clarify wording of playlist protip
...
Per discussion on 154fbe2413 (r31238888)
it seemed like this wording might be easier to understand.
2018-11-13 14:56:32 +09:00
Torkel Ödegaard
a2a4458923
Merge pull request #14023 from grafana/gauge-panel
...
React Gauge Panel - first step
2018-11-12 15:58:54 +01:00
Peter Holmberg
490fb9e8e6
import changes
2018-11-12 11:25:47 +01:00
Carl Bergquist
fdbea75775
Merge pull request #14021 from mjtrangoni/fix-gofmt-issues
...
Fix gofmt issues
2018-11-12 11:22:12 +01:00
Peter Holmberg
9f1784d0e5
updated text styling when switching views
2018-11-12 10:59:35 +01:00
Mario Trangoni
89cd74715e
Add gofmt -s
to CircleCI
2018-11-12 10:51:43 +01:00
Mario Trangoni
8c04926326
Fix gofmt issues
...
See,
$ gometalinter --disable-all --enable=gofmt --deadline 10m --vendor ./...
build.go:1:⚠️ file is not gofmted with -s (gofmt)
scripts/build/release_publisher/externalrelease.go:1:⚠️ file is not gofmted with -s (gofmt)
scripts/build/release_publisher/localrelease.go:1:⚠️ file is not gofmted with -s (gofmt)
scripts/build/release_publisher/main.go:1:⚠️ file is not gofmted with -s (gofmt)
scripts/build/release_publisher/publisher_test.go:1:⚠️ file is not gofmted with -s (gofmt)
2018-11-12 10:47:27 +01:00
Torkel Ödegaard
46ebe245ab
Merge pull request #13999 from roidelapluie/originreferer
...
Remove Origin and Referer while proxying requests
2018-11-11 17:49:15 +01:00
Torkel Ödegaard
057696a0f8
Merge pull request #14002 from Nexucis/bugfix/template-srv
...
[Bugfix] Don't drop the value when it's equal to None
2018-11-11 16:49:51 +01:00
Carl Bergquist
733f2b066a
Merge pull request #14012 from mjtrangoni/fix-megacheck-issues
...
Fix last megacheck issues
2018-11-11 11:22:26 +01:00
Mario Trangoni
a2275e8a1c
Add megacheck to gometalinter CircleCI target
...
See, https://github.com/dominikh/go-tools/tree/master/cmd/megacheck
2018-11-09 19:46:40 +01:00
Mario Trangoni
e351e6e211
pkg/tsdb/influxdb/influxdb.go: Fix surrounding loop is unconditionally terminated.
...
See,
$ gometalinter --vendor --deadline 6m --disable-all --enable=megacheck ./...
pkg/tsdb/influxdb/influxdb.go:106:3⚠️ the surrounding loop is unconditionally terminated (SA4004) (megacheck)
2018-11-09 19:40:07 +01:00
Mario Trangoni
960651e510
scripts/build/release_publisher/publisher_test.go: Fix trivial megacheck warning.
...
See,
$ gometalinter --vendor --deadline 6m --disable-all --enable=megacheck ./...
scripts/build/release_publisher/publisher_test.go:14:2⚠️ should merge variable declaration with assignment on next line (S1021) (megacheck)
2018-11-09 19:36:14 +01:00
Peter Holmberg
656900516b
draw gauge
2018-11-09 16:37:09 +01:00
David
0e7b6dcfb4
Merge pull request #14008 from miqh/fix/query-stats-depth
...
Adjust UI depth of query statistics
2018-11-09 15:06:17 +01:00
David
502b3c390d
Merge pull request #13954 from miqh/fix/apply-function-suggestion
...
Preserve suffix text when applying function suggestion
2018-11-09 14:56:25 +01:00
Peter Holmberg
9163db02b4
fix in to not render multiple labels
2018-11-09 14:32:14 +01:00
Michael Huynh
5d9faef167
Adjust UI depth of query statistics
...
A z-index value of less than 1020 is needed because the time selection
dropdown shares the latter value via inheritance. Arbitrarily picked
1015 because it is a notch down.
Related: #14004
2018-11-09 21:09:22 +08:00
Michael Huynh
22b8b04dbe
Preserve suffix text when applying function suggestion
...
Updates all PromQL function-like suggestions to omit parentheses
when inserted. Such insertions also preserve any suffix text.
Related: #13885
2018-11-09 20:43:20 +08:00
Peter Holmberg
b536a9f760
can render something
2018-11-08 16:40:53 +01:00
Augustin Husson
2abf8a0e8b
don't drop the value when it equals to None
2018-11-08 16:23:40 +01:00
bergquist
16bf269c31
changelog: adds note about closing #13993
...
[skip ci]
2018-11-08 15:04:16 +01:00
Carl Bergquist
a8b8af9742
Merge pull request #13994 from andreykaipov/feature/more-slack-alerting-options
...
Adds more options for Slack notifications
2018-11-08 14:59:56 +01:00
Julien Pivotto
62417ca69f
Remove Origin and Referer headers while proxying requests
...
Fix #13949
Fix #13328
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
2018-11-08 14:57:47 +01:00
David
203078280f
Merge pull request #13942 from grafana/davkal/explore-logging-graph
...
Explore: Logging graph overview and view options
2018-11-08 14:38:29 +01:00
David Kaltschmidt
6b8d7c89ac
Refactored log stream merging, added types, tests, comments
2018-11-08 14:24:54 +01:00
Marcus Efraimsson
662808f092
Merge pull request #13930 from grafana/enterprise-docs
...
docs: restructure and enhancement
2018-11-08 01:50:35 -08:00
Torkel Ödegaard
7de07eb096
Merge pull request #13992 from grafana/auth_proxy_headers_default
...
add auth.proxy headers to default.ini
2018-11-08 08:57:33 +01:00
Andrey Kaipov
63fdffe8c0
Fixes #13993 - adds more options for Slack notifications
2018-11-07 22:08:26 -05:00
Dan Cech
8a74fe2b76
add auth.proxy headers to sample.ini
2018-11-07 18:21:25 -05:00
Torkel Ödegaard
3b4d8c9b9b
Merge pull request #13984 from grafana/12759-panel-header-standard-menu-only
...
12759 panel header menu in React (standard options only)
2018-11-07 23:42:42 +01:00
Dan Cech
502290817a
add auth.proxy headers to default.ini
2018-11-07 17:36:44 -05:00
Torkel Ödegaard
dcb5015022
Merge pull request #13951 from marefr/11977_6x_terms
...
Fix terms agg order deprecation warning on es 6+
2018-11-07 20:47:41 +01:00
Torkel Ödegaard
d7655e0b54
fixed issue with reducer sharing url query instance with angular router
2018-11-07 11:44:50 -08:00
Torkel Ödegaard
4e49c453b9
Merge pull request #13990 from grafana/exporter-fix-13891
...
Exporter bug fix
2018-11-07 20:33:22 +01:00
Torkel Ödegaard
bcd0b2fcf7
Merge branch 'master' into 12759-panel-header-standard-menu-only
2018-11-07 11:22:30 -08:00
Torkel Ödegaard
99610e040f
fixed exporter bug missing adding requires for datasources only used via data source variable, fixes #13891
2018-11-07 11:14:39 -08:00
Torkel Ödegaard
0712c52cbc
Merge branch 'bergquist-export_dashboard_guidence'
2018-11-07 11:13:22 -08:00
Torkel Ödegaard
c52e91ee6c
minor text change in export modal
2018-11-07 10:46:09 -08:00
Torkel Ödegaard
e73e18913c
Merge branch 'export_dashboard_guidence' of https://github.com/bergquist/grafana into bergquist-export_dashboard_guidence
2018-11-07 10:34:15 -08:00
Torkel Ödegaard
0353c9ea9f
Merge pull request #13988 from xlson/removes_old_ci
...
build: removes unused.
2018-11-07 19:32:34 +01:00
Leonard Gram
d88693fd6d
build: removes unused.
2018-11-07 17:03:24 +01:00
Torkel Ödegaard
93b4cb562d
Fixed issues introduced by changing to PureComponent
2018-11-07 16:03:33 +01:00
Torkel Ödegaard
37eb7ca62b
further refactoring of #13984
2018-11-07 13:55:02 +01:00
Marcus Efraimsson
d7edc59882
minor fix
2018-11-07 13:52:11 +01:00