grafana/public/app/core/utils
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
..
acl.ts wip: dashboard permissions to redux 2018-09-13 16:00:02 +02:00
colors.ts tslint: autofix of let -> const (#13033) 2018-08-26 17:14:40 +02:00
css_loader.ts Changed functions to arrow functions for only-arrow-functions rule. (#13131) 2018-09-05 07:47:30 +02:00
dag.test.ts make sure to add all variable nodes to dag before linking variables 2018-10-12 14:15:44 +02:00
dag.ts make sure to add all variable nodes to dag before linking variables 2018-10-12 14:15:44 +02:00
datemath.ts changed var to let in 50 files (#13075) 2018-08-30 09:03:11 +02:00
emitter.ts changed var to const (#13061) 2018-08-29 14:26:50 +02:00
explore.test.ts Explore: query transactions 2018-10-23 16:09:48 +02:00
explore.ts Explore: compact state URLs 2018-10-05 17:09:40 +02:00
file_export.ts Changed functions to arrow functions for only-arrow-functions rule. 2018-09-04 17:02:32 +02:00
flatten.ts Changed functions to arrow functions for only-arrow-functions rule. 2018-09-04 17:02:32 +02:00
kbn.ts Adding tests 2018-10-13 09:32:21 -03:00
location_util.ts Explore: jump to explore from panels with mixed datasources 2018-10-01 12:03:57 +02:00
model_utils.ts changed var to const (#13061) 2018-08-29 14:26:50 +02:00
outline.ts Changed functions to arrow functions for only-arrow-functions rule. 2018-09-04 17:02:32 +02:00
rangeutil.ts added radix rule and changed files to follow rule (#13153) 2018-09-05 16:51:31 +02:00
react2angular.ts prettier: ran on all files again, sorry. now settings are defined in package.json 2017-12-21 08:39:31 +01:00
sort_by_keys.ts changed var to const (#13061) 2018-08-29 14:26:50 +02:00
tags.ts changed var to let in 50 files (#13075) 2018-08-30 09:03:11 +02:00
text.test.ts Explore: highlight typed text in suggestions 2018-10-09 12:33:25 +02:00
text.ts Explore: highlight typed text in suggestions 2018-10-09 12:33:25 +02:00
ticks.ts Updated rules for variable name (#13106) 2018-09-03 11:00:46 +02:00
url.ts Explore: Store UI state in URL 2018-09-28 16:44:07 +02:00
version.ts Updated rules for variable name (#13106) 2018-09-03 11:00:46 +02:00