Skip to content

digrich/grafana-plugin-repository

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grafana Plugin Repository

This repository lists all officially supported Grafana plugins. Plugins in this repository are listed on Grafana.com, and can be installed locally using Grafana CLI or by Grafana Cloud users.

We review all plugins before they are published. This means that it may take some time before we can review your plugin.

Here's a few things you can do to help us review your plugin faster.

  • Validate your plugin release with this plugin validator
  • Read the Review Guidelines before submitting your plugin. These guidelines determine if the plugin is ready to be published or not.
  • If possible, for datasource plugins please provide a description on how to set up a simple test environment. A docker container or simple install script helps speed up the review process a lot.

To submit a plugin for review:

  1. Fork this repository
  2. Add your plugin to repo.json
  3. Create a pull request

Note: Commercial plugins require a plugin subscription to be published. Commercial plugin subscriptions help us fund continued development of our open source platform and software. See the terms for more details.

Add a plugin to repo.json

Here's an example of a plugin release:

{
  "id": "alexanderzobnin-zabbix-app",
  "type": "app",
  "url": "https://github.com/alexanderzobnin/grafana-zabbix",
  "versions": [
    {
      "version": "3.2.1",
      "commit": "ad6614eacd2b94eedbd0671b1d1a0f2002ade056",
      "url": "https://github.com/alexanderzobnin/grafana-zabbix"
    }
  ]
}

Plugin Release Schema

Property Description
id Plugin ID. Needs to match the plugin ID in plugin.json
type Plugin type, e.g. panel, datasource, or app
url URL to the plugin's GitHub project page
versions URL to the plugin's GitHub project page

Plugin Version Schema

Property Description
version Plugin version. Needs to match the version in plugin.json
commit Commit SHA of the version to submit
url URL to the plugin's GitHub project page

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.6%
  • Shell 2.4%