grafana/apps/plugins
2026-06-12 20:34:37 +02:00
..
kinds Plugins: Add alias ids to meta response (#121074) 2026-03-26 12:28:50 +00:00
pkg Plugins: Remove reconciler (#124833) 2026-05-13 20:55:12 -04:00
plugin/src/generated Plugins: Add alias ids to meta response (#121074) 2026-03-26 12:28:50 +00:00
go.mod deps(go): bump google.golang.org/grpc from 1.81.0 to 1.81.1 (#125584) 2026-06-12 11:40:18 +02:00
go.sum Provisioning: wire authorization for Playlist export/sync identity (#126067) 2026-06-12 20:34:37 +02:00
Makefile Plugins: add install/uninstall calls to new APIs (#121170) 2026-04-02 10:59:35 +02:00
README.md GrafanaBootData: Deprecate config.apps (#115610) 2026-01-14 06:30:05 +01:00

Plugins App

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

Codegen

  • Go and TypeScript: make generate

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