Extend Grafana
Connect Grafana to integrations, apps, and more
Data sources
See all →Data source plugins communicate with external sources of data and return the data in a format that Grafana understands. By adding a data source plugin, you can immediately use the data in any of your existing dashboards.
Use data source plugins when you want to import data from external systems. To learn more about how to install and use data sources, refer to Grafana Data sources.
Apps
See all →App plugins can add tailored pages to Grafana as well as bundling dashboards and other plugins such as panels and data sources.
Use app plugins when you want to create a custom, out-of-the-box monitoring experience. To learn more about how to use an App Plugin and manage its access, refer to Plugin management.
More extensions
Panels
See all →Panel plugins allow you to add new types of visualizations to your dashboard, such as maps, clocks, pie charts, lists, and more.
Use panel plugins when you want to do things like visualize data returned by data source queries, navigate between dashboards, or control external systems (such as smart home devices). To learn more about how to use Panels, refer to Panels and visualizations.
Prometheus Exporter Quickstarts
See all →Exporters transform metrics from specific sources into a format that can be ingested by Prometheus. This is a library of installation guides with dashboard templates and alerting rules for popular Prometheus exporters from the observability experts at Grafana Labs.
Build your own plugin
Don’t see what you’re looking for? Grafana provides a Plugins Platform that makes it easy to build high-quality plugins. Designed for everyone, from power users who have been using Grafana for years to people who are just getting started with Grafana, the Plugins Platform includes the following:
Plugin developer portal
Refer to the Plugin developer portal for more information on plugins, including key concepts, quickstart tutorials, testing and publishing guides, and more.
Create a plugin tool
The @grafana/create-plugin tool provides a simple CLI that helps you quickly scaffold, develop, and test your plugins without worrying about configuration details. We created this so now creating Plugins isn’t “grunt work” or dependent on a webpack expert. Anyone can easily create a plugin!




