grafana/public/app/plugins/panel/debug
Josh Hunt 3c6e0e8ef8
Chore: ESlint import order (#44959)
* Add and configure eslint-plugin-import

* Fix the lint:ts npm command

* Autofix + prettier all the files

* Manually fix remaining files

* Move jquery code in jest-setup to external file to safely reorder imports

* Resolve issue caused by circular dependencies within Prometheus

* Update .betterer.results

* Fix missing // @ts-ignore

* ignore iconBundle.ts

* Fix missing // @ts-ignore
2022-04-22 14:33:13 +01:00
..
img Debug panel: add a new alpha panel to help debugging (#32187) 2021-03-22 20:38:24 -07:00
CursorView.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
DebugPanel.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
EventBusLogger.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
module.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01: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 Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
StateView.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01: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.