The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/docs/sources/developers/plugins/introduction-to-plugin-deve.../_index.md

25 lines
747 B

---
description: Conceptual topics for Grafana plugin development.
keywords:
- grafana
- plugins
- plugin
- documentation
labels:
products:
- enterprise
- oss
menuTitle: Introduction to plugin development
title: Introduction to Grafana plugin development
weight: 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" >}})