5dbbe8164b
* [create-pull-request] automated change * update prometheus-alertmanager --------- Co-authored-by: titolins <8942194+titolins@users.noreply.github.com> Co-authored-by: Tito Lins <tito.linsesilva@grafana.com>
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