mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Feature: Allow to load a core plugin as external (#75157)
This commit is contained in:
committed by
GitHub
parent
e0659c05da
commit
61cdfba87a
@@ -2195,6 +2195,12 @@ Available in Grafana v9.5.0 or later, and [OpenTelemetry must be configured as w
|
||||
|
||||
If `true`, propagate the tracing context to the plugin backend and enable tracing (if the backend supports it).
|
||||
|
||||
## as_external
|
||||
|
||||
Load an external version of a core plugin if it has been installed.
|
||||
|
||||
Experimental. Requires the feature toggle `externalCorePlugins` to be enabled.
|
||||
|
||||
<hr>
|
||||
|
||||
## [plugin.grafana-image-renderer]
|
||||
|
@@ -136,6 +136,7 @@ Experimental features might be changed or removed without prior notice.
|
||||
| `requestInstrumentationStatusSource` | Include a status source label for request metrics and logs |
|
||||
| `wargamesTesting` | Placeholder feature flag for internal testing |
|
||||
| `alertingInsights` | Show the new alerting insights landing page |
|
||||
| `externalCorePlugins` | Allow core plugins to be loaded as external |
|
||||
| `pluginsAPIMetrics` | Sends metrics of public grafana packages usage by plugins |
|
||||
|
||||
## Development feature toggles
|
||||
|
Reference in New Issue
Block a user