remake toggles post merge conflict
This commit is contained in:
@@ -1189,4 +1189,9 @@ export interface FeatureToggles {
|
||||
* @default false
|
||||
*/
|
||||
rudderstackUpgrade?: boolean;
|
||||
/**
|
||||
* Enables the new correlations editor in Explore
|
||||
* @default false
|
||||
*/
|
||||
correlationsExploreEditor?: boolean;
|
||||
}
|
||||
|
||||
Generated
+1
@@ -266,3 +266,4 @@ transformationsEmptyPlaceholder,preview,@grafana/datapro,false,false,true
|
||||
ttlPluginInstanceManager,experimental,@grafana/plugins-platform-backend,false,false,true
|
||||
lokiQueryLimitsContext,experimental,@grafana/observability-logs,false,false,true
|
||||
rudderstackUpgrade,experimental,@grafana/grafana-frontend-platform,false,false,true
|
||||
correlationsExploreEditor,experimental,@grafana/datapro,false,false,true
|
||||
|
||||
|
+14
@@ -923,6 +923,20 @@
|
||||
"hideFromDocs": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "correlationsExploreEditor",
|
||||
"resourceVersion": "1764191352059",
|
||||
"creationTimestamp": "2025-11-26T21:09:12Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables the new correlations editor in Explore",
|
||||
"stage": "experimental",
|
||||
"codeowner": "@grafana/datapro",
|
||||
"frontend": true,
|
||||
"expression": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "crashDetection",
|
||||
|
||||
Reference in New Issue
Block a user