grafana/apps/plugins
alerting-team[bot] 74c1c0ab7d
Alerting: Update alerting module to 8b17916e8173e80a809a0224495ffe4310064f6a (#117334)
[create-pull-request] automated change

Co-authored-by: yuri-tceretian <25988953+yuri-tceretian@users.noreply.github.com>
2026-02-03 20:28:05 +00:00
..
kinds Plugins: Update meta optional fields in schema (#117161) 2026-01-30 15:46:46 +00:00
pkg Plugins: Set all relevant fields for catalog meta (#117174) 2026-01-30 17:05:33 +00:00
plugin/src/generated Plugins: Update meta optional fields in schema (#117161) 2026-01-30 15:46:46 +00:00
go.mod Alerting: Update alerting module to 8b17916e8173e80a809a0224495ffe4310064f6a (#117334) 2026-02-03 20:28:05 +00:00
go.sum Alerting: Update alerting module to 8b17916e8173e80a809a0224495ffe4310064f6a (#117334) 2026-02-03 20:28:05 +00:00
Makefile GrafanaBootData: Deprecate config.apps (#115610) 2026-01-14 06:30:05 +01: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