Files
grafana/public/app/core/utils
Marcus Efraimsson fe20dde5db Explore: Use SeriesData format for loki/logs (#16793)
This is the first step moving towards Explore supporting logs for 
more datasources than Loki. In the first step we move all the log 
processing from Loki into Explore.
- Make explore convert logs result returned from datasources to SeriesData, 
if needed, and for now convert SeriesData to LogsModel.
- Loki datasource query now returns SeriesData and all
processing have been moved into explore instead.
- Removed key from LogRowModel and use log row indexes as 
the unique key instead.
- Removed id from LogsModel since it looks like it's not in use.
- Introduced a new class FieldCache which is convenient to use when
looking up multiple fields and/or field types and series values.

Closes #16287
2019-04-30 18:21:22 +02:00
..
2018-09-13 16:00:02 +02:00
2019-01-11 07:03:12 +01:00
2019-03-10 10:37:44 -07:00
2018-08-29 14:26:50 +02:00
2019-03-18 11:21:40 +01:00
2019-03-18 11:17:58 +01:00
2018-08-29 14:26:50 +02:00
2019-02-06 19:59:28 +03:00