The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/apps/plugins
Moustafa Baiou 251785ed66
chore(deps): update grafana-app-sdk to v0.54.1 (#124079)
4 days ago
..
kinds Plugins: Add alias ids to meta response (#121074) 1 month ago
pkg chore(deps): Upgrade grafana-app-sdk to v0.54.0 (#123847) 1 week ago
plugin/src/generated Plugins: Add alias ids to meta response (#121074) 1 month ago
Makefile Plugins: add install/uninstall calls to new APIs (#121170) 1 month ago
README.md GrafanaBootData: Deprecate config.apps (#115610) 4 months ago
go.mod chore(deps): update grafana-app-sdk to v0.54.1 (#124079) 4 days ago
go.sum chore(deps): update grafana-app-sdk to v0.54.1 (#124079) 4 days ago

README.md

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