grafana/public/app/plugins/panel/debug
Torkel Ödegaard a091d35f11
ErrorBoundary: Support recovering from errors in PanelChrome & PanelRenderer (#40785)
* ErrorBoundary: Support recovering from errors in PanelChrome & PanelRenderer

* Rename recover to dependencies

* Pushed an update that fixed test and adds new error mode to DebugPanel
2021-10-22 11:52:05 +02:00
..
img Debug panel: add a new alpha panel to help debugging (#32187) 2021-03-22 20:38:24 -07:00
CursorView.tsx Dashboards: Show logs on time series when hovering (#40110) 2021-10-12 14:57:17 +02:00
DebugPanel.tsx ErrorBoundary: Support recovering from errors in PanelChrome & PanelRenderer (#40785) 2021-10-22 11:52:05 +02:00
EventBusLogger.tsx EventBus: add origin to all events and support nested EventBus (#33548) 2021-04-30 22:33:29 +02:00
module.tsx ErrorBoundary: Support recovering from errors in PanelChrome & PanelRenderer (#40785) 2021-10-22 11:52:05 +02:00
plugin.json Debug panel: add a new alpha panel to help debugging (#32187) 2021-03-22 20:38:24 -07:00
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
RenderInfoViewer.tsx [grafana/UI] Hoovering over a legend label highlights the corresponding pie slice (#32941) 2021-04-26 16:13:15 +02:00
StateView.tsx PanelContext: Adds app property of type CoreApp enum to inform panel about what the outer container/app is (#39952) 2021-10-05 08:07:57 +02:00
types.ts ErrorBoundary: Support recovering from errors in PanelChrome & PanelRenderer (#40785) 2021-10-22 11:52:05 +02:00

Debug Panel - Native Plugin

The Debug Panel is included with Grafana.

This panel shows render information helpful in debugging query execution and panel rendering performace.