Files
grafana/apps/plugins
Will Browne 368762c026 Plugins: Add plugins module (#115951)
* create plugins go module

* make update-workspace

* ref from plugins app

* undo README change

* fix Dockerfile

* make update-workspace

* re-add plugins/codegen
2026-01-09 10:33:56 +00:00
..
2026-01-09 10:33:56 +00:00
2026-01-09 10:33:56 +00:00
2025-08-06 13:09:10 -04:00

Plugins App

API documentation is available at http://localhost:3000/swagger?api=plugins.grafana.app-v0alpha1

Codegen

  • Go: make generate
  • Frontend: Follow instructions in this README

Plugin sync

The plugin sync pushes the plugins loaded from disk to the plugins API.

To enable, add these feature toggles in your custom.ini:

[feature_toggles]
pluginInstallAPISync = true
pluginStoreServiceLoading = true