Feature: Allow to load a core plugin as external (#75157)

This commit is contained in:
Andres Martinez Gotor
2023-09-22 10:50:13 +02:00
committed by GitHub
parent e0659c05da
commit 61cdfba87a
9 changed files with 139 additions and 0 deletions

View File

@@ -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]

View File

@@ -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