David Kaltschmidt
fbed57ab43
Get query hints per query transaction
2018-10-23 16:10:52 +02:00
David Kaltschmidt
2e02a8c855
Explore: query transactions
...
Existing querying was grouped together before handed over to the
datasource. This slowed down result display to however long the slowest
query took.
- create one query transaction per result viewer (graph, table, etc.)
and query row
- track latencies for each transaction
- show results as soon as they are being received
- loading indicator on graph and query button to indicate that queries
are still running and that results are incomplete
- properly discard transactions when removing or changing queries
2018-10-23 16:09:48 +02:00
David
e761fb1936
Merge pull request #13761 from grafana/davkal/explore-reuse-table-merge
...
Explore: reuse table merge from table panel
2018-10-23 16:00:57 +02:00
Torkel Ödegaard
2107f88fc1
Merge pull request #13770 from ceh-forks/editor-duplicate-placeholder
...
ux: remove duplicate placeholder attribute
2018-10-23 15:52:33 +02:00
Marcus Efraimsson
f84db5107d
changelog: add notes about closing #13633
...
[skip ci]
2018-10-23 14:17:57 +02:00
Marcus Efraimsson
88e546128c
changelog: add notes about closing #13666
...
[skip ci]
2018-10-23 14:10:05 +02:00
Johannes Schill
22a0f3cf94
fix: Text box variables with empty values should not be considered fa… ( #13791 )
...
* fix: text box template variable doesn't work properly without a default value
2018-10-23 14:05:10 +02:00
Marcus Efraimsson
8a3b1cf484
Merge pull request #13785 from grafana/13729_perm_debug
...
Add debug logging of dashboard permission checks
2018-10-23 11:50:47 +02:00
Marcus Efraimsson
b371f2d91f
add debug logging of folder/dashbord permission checks
2018-10-23 11:08:57 +02:00
Leonard Gram
ab4cc6a9bf
build: indentation mistake.
2018-10-23 08:53:36 +02:00
Leonard Gram
3aa0a0ca98
build: fixes filename issues.
2018-10-23 08:33:52 +02:00
Marcus Efraimsson
e6abc0691e
fix injecting dependencies to graph legend directive
2018-10-22 19:23:40 +02:00
Daniel Lee
41018fc788
changelog: adds note for #13669
2018-10-22 18:52:53 +02:00
Daniel Lee
693a3adc72
Merge pull request #13671 from grafana/gce-automatic-authentication
...
Stackdriver: Add possibility to authenticate using GCE metadata server
2018-10-22 18:46:54 +02:00
Marcus Efraimsson
ead6a051df
docs: update debian installation instructions
2018-10-22 18:31:31 +02:00
Daniel Lee
6e0728ad88
stackdriver: some tweaks to the text on the config page and in docs
2018-10-22 16:14:17 +02:00
Erik Sundell
6abbf5b3b8
stackdriver: refactoring request builder
2018-10-22 16:12:55 +02:00
Erik Sundell
1756e82d8b
stackdriver: remove not used struct
2018-10-22 16:12:55 +02:00
Erik Sundell
89958f2933
stackdriver: remove not needed scope
2018-10-22 16:12:55 +02:00
Erik Sundell
a1fee2fd8a
stackdriver: add provisioning example for gce authentication
2018-10-22 16:12:55 +02:00
Erik Sundell
0109051b2a
stackdriver: add documentation for gce default account authentication
2018-10-22 16:12:22 +02:00
Erik Sundell
e13e2f8a45
stackdriver: change name of authentication type
2018-10-22 16:12:22 +02:00
Erik Sundell
5b9cd830d2
stackdriver: improve config page info box documentation
2018-10-22 16:12:22 +02:00
Erik Sundell
dd745e0cf0
stackdriver: prevent backend query from being made when there are not yet any defined targets
2018-10-22 16:12:22 +02:00
Erik Sundell
5deba92d05
stackdriver: fix failing tests
2018-10-22 16:12:22 +02:00
Erik Sundell
ae8a765190
stackdriver: improve error handling
2018-10-22 16:12:22 +02:00
Erik Sundell
5b04a8b6c2
stackdriver: remove not used query file
2018-10-22 16:11:17 +02:00
Erik Sundell
1a329e4e47
stackdriver: remove test datasource query. use ensuredefaultproject instead
2018-10-22 16:11:17 +02:00
Erik Sundell
b02a8127ff
stackdriver: remove debug comments
2018-10-22 16:11:17 +02:00
Erik Sundell
a56c5841e9
stackdriver: improve error handling in the datasource
2018-10-22 16:11:17 +02:00
Erik Sundell
afe0b4b8db
stackdriver: fix typo
2018-10-22 16:11:17 +02:00
Erik Sundell
b2c6c743ce
stackdriver: add debug logging
2018-10-22 16:11:17 +02:00
Erik Sundell
3999578300
stackdriver: fix broken braces
2018-10-22 16:11:17 +02:00
Erik Sundell
277cae2d85
stackdriver: fix broken condition after rebase
2018-10-22 16:11:17 +02:00
Erik Sundell
3935f9d24c
stackdriver: use constant instead of variable
2018-10-22 16:11:17 +02:00
Erik Sundell
569fe2327e
stackdriver: remove debug log
2018-10-22 16:11:17 +02:00
Erik Sundell
fa1d225743
stackdriver: fix failing test
2018-10-22 16:11:17 +02:00
Erik Sundell
8b4fff8b87
stackdriver: use gce variable
2018-10-22 16:11:17 +02:00
Erik Sundell
4a51d05477
stackdriver: add variable for gce authentication type
2018-10-22 16:11:17 +02:00
Erik Sundell
b9cb4649bb
stackdriver: get default project from backend. also ensure default project could be retrieved when authentication type is gce
2018-10-22 16:11:17 +02:00
Erik Sundell
09fb1760a1
stackdriver: only load default project from backend if it's not available on the target. this might happen when using gce authentication and provisioning
2018-10-22 16:08:11 +02:00
Erik Sundell
835f1d788e
stackdriver: display error message if project name is not present in jwt file
2018-10-22 16:03:14 +02:00
Erik Sundell
9fb1d3a9a6
stackdriver: only load project name if it's not already stored in the ds info json
2018-10-22 16:03:14 +02:00
Erik Sundell
cd7b454e25
stackdriver: add default value for authentication type
2018-10-22 16:03:14 +02:00
Erik Sundell
823838a839
stackdriver: wip - remove debug code
2018-10-22 16:03:14 +02:00
Erik Sundell
aa2e64e160
stackdriver: improve ui for toggling authentication type
2018-10-22 16:03:14 +02:00
Erik Sundell
0b82fda49c
stackdriver: only get default token from metadata server when applying route
2018-10-22 16:03:14 +02:00
Erik Sundell
2b1709b875
stackdriver: only get default token from metadata server when applying route
2018-10-22 16:03:13 +02:00
Erik Sundell
dd9e9ed419
stackdriver: make backend query a pure test datasource function
2018-10-22 16:03:13 +02:00
Erik Sundell
9c7022be86
stackdriver: add status code
2018-10-22 16:03:13 +02:00