Loki: support loki with streaming in dashboards (#18709)

Move some of the buffering with live streaming inside of the datasource, sending full frames instead of deltas and allow Loki in dashboards.
This commit is contained in:
Ryan McKinley
2019-09-05 08:04:01 -04:00
committed by Andrej Ocenas
parent e80e3608ad
commit 991f77cee1
18 changed files with 538 additions and 389 deletions

View File

@@ -71,7 +71,7 @@ export class QueryOptions extends PureComponent<Props, State> {
tooltipInfo: (
<>
The maximum data points the query should return. For graphs this is automatically set to one data point per
pixel.
pixel. For some data sources this can also be capped in the datasource settings page.
</>
),
},