mirror of https://github.com/grafana/grafana.git
25 lines
775 B
Markdown
25 lines
775 B
Markdown
+++
|
|
title = "Plugins"
|
|
[menu.docs]
|
|
name = "Plugins"
|
|
identifier = "plugins"
|
|
weight = 8
|
|
+++
|
|
|
|
|
|
# Plugins
|
|
|
|
From Grafana 3.0 not only datasource plugins are supported but also panel plugins and apps.
|
|
Having panels as plugins make it easy to create and add any kind of panel, to show your data
|
|
or improve your favorite dashboards. Apps is something new in Grafana that enables
|
|
bundling of datasources, panels, dashboards and Grafana pages into a cohesive experience.
|
|
|
|
Grafana already have a strong community of contributors and plugin developers.
|
|
By making it easier to develop and install plugins we hope that the community
|
|
can grow even stronger and develop new plugins that we would never think about.
|
|
|
|
You can discover available plugins on [Grafana.net](https://grafana.net)
|
|
|
|
|
|
|