mirror of https://github.com/grafana/grafana.git
* WIP: Show annotations markers in TimeSeries panel when using Loki as alert state history * WIP changes * Fix converting log records to data frame for panel * Move fetching alert state history with Loki to the PannelQueryRunner to keep the panel flow * use dasboardUID and panelUID for requesting Loki ash * fix wrong prettier change * Only request loki ash when having alertstate * Use panelID as param in history query * Refactor: move getRuleHistoryRecordsForPanel and remove filtering code as is not used * Adress PR review comments * Add try catch for ash request * Add tests for updatePanelDataWithASHFromLoki method * Address PR review suggestions * review suggestion * Add test for logRecordsToDataFrameForPanel method * pr Review nit suggestion * Dont show toast messages from Loki request |
||
|---|---|---|
| .. | ||
| DashboardQueryRunner | ||
| processing | ||
| PanelQueryRunner.test.ts | ||
| PanelQueryRunner.ts | ||
| QueryRunner.ts | ||
| mergePanelAndDashData.test.ts | ||
| mergePanelAndDashData.ts | ||
| queryAnalytics.test.ts | ||
| queryAnalytics.ts | ||
| runRequest.test.ts | ||
| runRequest.ts | ||
| updateQueries.test.ts | ||
| updateQueries.ts | ||