grafana/public/app/plugins/panel
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
..
alertlist cleanup plugin versions 2019-03-05 23:40:03 -08:00
bargauge Plugins: ReactPanelPlugin to VizPanelPlugin (#16779) 2019-04-26 19:16:38 +02:00
dashlist cleanup plugin versions 2019-03-05 23:40:03 -08:00
gauge Plugins: ReactPanelPlugin to VizPanelPlugin (#16779) 2019-04-26 19:16:38 +02:00
gettingstarted UI: Remove old icons (#16335) 2019-04-17 15:18:32 +02:00
graph Feature: Migrate Legend components to grafana/ui (#16468) 2019-04-24 10:14:18 +02:00
graph2 Explore: Use SeriesData format for loki/logs (#16793) 2019-04-30 18:21:22 +02:00
heatmap Chore: Adds typings to lodash (#16590) 2019-04-15 12:11:52 +02:00
piechart Plugins: ReactPanelPlugin to VizPanelPlugin (#16779) 2019-04-26 19:16:38 +02:00
pluginlist cleanup plugin versions 2019-03-05 23:40:03 -08:00
singlestat Styling: Aligned heading (#16456) 2019-04-09 12:41:02 +02:00
singlestat2 Explore: Use SeriesData format for loki/logs (#16793) 2019-04-30 18:21:22 +02:00
table Chore: Adds typings to lodash (#16590) 2019-04-15 12:11:52 +02:00
table2 Plugins: ReactPanelPlugin to VizPanelPlugin (#16779) 2019-04-26 19:16:38 +02:00
text cleanup plugin versions 2019-03-05 23:40:03 -08:00
text2 Plugins: ReactPanelPlugin to VizPanelPlugin (#16779) 2019-04-26 19:16:38 +02:00