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
Will Browne 99ae01ae95
Plugins: Read core plugins path from cli args (#116426)
2 days ago
..
kinds GrafanaBootData: Deprecate config.apps (#115610) 5 days ago
pkg Plugins: Read core plugins path from cli args (#116426) 2 days ago
plugin/src/generated GrafanaBootData: Deprecate config.apps (#115610) 5 days ago
Makefile GrafanaBootData: Deprecate config.apps (#115610) 5 days ago
README.md GrafanaBootData: Deprecate config.apps (#115610) 5 days ago
go.mod Go: Update to 1.25.6 (#116394) 3 days ago
go.sum Plugins: Move loading strategy into pkg/plugins (#116207) 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