grafana/public/app/plugins/panel/debug
Greg Myers c1ff35a7ee
Fix typos in READMEs (#44084)
packaging/docker/README.md:31: compatability ==> compatibility
public/app/plugins/panel/debug/README.md:5: performace ==> performance
2022-01-21 16:10:48 +01: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 Fix typos in READMEs (#44084) 2022-01-21 16:10:48 +01: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 performance.