grafana/public/app/plugins/panel/debug
Torkel Ödegaard e0b576fff4
PanelContext: Adds app property of type CoreApp enum to inform panel about what the outer container/app is (#39952)
* PanelContext: Adds a container enum / string to inform panel about what the outer container/app state is

* Changing to use existing CoreApp

* fixing unified alerting type errors
2021-10-05 08:07:57 +02:00
..
img Debug panel: add a new alpha panel to help debugging (#32187) 2021-03-22 20:38:24 -07:00
CursorView.tsx Geomap: implement basic tooltip support (#37318) 2021-07-29 03:34:42 +02:00
DebugPanel.tsx PanelEditor: Adds panel instance state and a way to share this between panel & option editors (#39637) 2021-10-01 11:08:11 +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 PanelEditor: Adds panel instance state and a way to share this between panel & option editors (#39637) 2021-10-01 11:08:11 +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 PanelEditor: Adds panel instance state and a way to share this between panel & option editors (#39637) 2021-10-01 11:08:11 +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.