docs/sources/developer-resources/developer-tools/_index.md
Refer to the Grafana developer portal to access the following documentation:
You can develop your own Grafana plugin to enhance the features of Grafana, such as:
Refer to Grafana plugin tools for all the information.
Grafana supports a variety of different data sources, each with its own data model. To manage this, Grafana consolidates the query results from each of these data sources into one unified data structure called a data frame. Additionally, the data plane adds a property layer to the data frame with information about the data frame type and what the data frame holds.
Refer to the Grafana data structure documentation to learn more.
As of October 2025, the following data sources send data plane data in at least some of their responses:
To see examples of data planes, refer to data plane example data in GitHub.