Plugins: Remove pluginsCDNSyncLoader feature toggle (#108389)

* remove pluginsCDNSyncLoader feature toggle

* fix lint issues

* fix other linter issue
This commit is contained in:
Will Browne
2025-07-22 09:33:23 +01:00
committed by GitHub
parent 56f6030c5e
commit 7f065c94de
8 changed files with 11 additions and 29 deletions
+3 -4
View File
@@ -30,10 +30,9 @@ type PluginManagementCfg struct {
// Features contains the feature toggles used for the plugin management system.
type Features struct {
SkipHostEnvVarsEnabled bool
SriChecksEnabled bool
PluginsCDNSyncLoaderEnabled bool
LocalizationForPlugins bool
SkipHostEnvVarsEnabled bool
SriChecksEnabled bool
LocalizationForPlugins bool
// Needed only until Tempo Alerting / metrics TraceQL is stable
// https://github.com/grafana/grafana/issues/106888
TempoAlertingEnabled bool