mirror of https://github.com/grafana/grafana.git
700 B
700 B
title | menuTitle | keywords | description | weight | ||||
---|---|---|---|---|---|---|---|---|
Introduction to Grafana plugin development | Introduction to plugin development |
|
Conceptual topics for Grafana plugin development. | 100 |
Introduction to Grafana plugin development
This section contains documentation related to the key concepts for Grafana plugin development.
- [Backend plugins]({{< relref "./backend" >}})
- [Grafana plugin SDK for Go]({{< relref "./backend/grafana-plugin-sdk-for-go.md" >}})
- [Plugin protocol]({{< relref "./backend/plugin-protocol.md" >}})
- [Data frames]({{< relref "./data-frames.md" >}})
- [Error handling]({{< relref "./error-handling.md" >}})