mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* Performance: Standardize lodash imports to use destructured members Changes lodash imports of the form `import x from 'lodash/x'` to `import { x } from 'lodash'` to reduce bundle size. * Remove unnecessary _ import from Graph component * Enforce lodash import style * Fix remaining lodash imports |
||
---|---|---|
.. | ||
img | ||
AlertList.tsx | ||
AlertListMigration.test.ts | ||
AlertListMigrationHandler.ts | ||
module.tsx | ||
plugin.json | ||
README.md | ||
types.ts |
Alert List Panel - Native plugin
This Alert List panel is included with Grafana.
The Alert List panel allows you to display alerts on a dashboard. The list can be configured to show either the current state of your alerts or recent alert state changes. You can read more about alerts here.
Read more about it here: