Enable logsPanelControls by default (#103725)
This commit is contained in:
@@ -1779,10 +1779,10 @@ var (
|
||||
{
|
||||
Name: "logsPanelControls",
|
||||
Description: "Enables a control component for the logs panel in Explore",
|
||||
Stage: FeatureStagePrivatePreview,
|
||||
Stage: FeatureStagePublicPreview,
|
||||
FrontendOnly: true,
|
||||
Owner: grafanaObservabilityLogsSquad,
|
||||
Expression: "false",
|
||||
Expression: "true",
|
||||
},
|
||||
{
|
||||
Name: "metricsFromProfiles",
|
||||
|
||||
@@ -232,5 +232,5 @@ xrayApplicationSignals,experimental,@grafana/aws-datasources,false,false,true
|
||||
multiTenantTempCredentials,experimental,@grafana/aws-datasources,false,false,false
|
||||
localizationForPlugins,experimental,@grafana/plugins-platform-backend,false,false,false
|
||||
unifiedNavbars,GA,@grafana/plugins-platform-backend,false,false,true
|
||||
logsPanelControls,privatePreview,@grafana/observability-logs,false,false,true
|
||||
logsPanelControls,preview,@grafana/observability-logs,false,false,true
|
||||
metricsFromProfiles,experimental,@grafana/observability-traces-and-profiling,false,false,true
|
||||
|
||||
|
@@ -1867,18 +1867,18 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "logsPanelControls",
|
||||
"resourceVersion": "1743772342343",
|
||||
"resourceVersion": "1744209818391",
|
||||
"creationTimestamp": "2025-04-04T13:11:29Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2025-04-04 13:12:22.343052 +0000 UTC"
|
||||
"grafana.app/updatedTimestamp": "2025-04-09 14:43:38.391331 +0000 UTC"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables a control component for the logs panel in Explore",
|
||||
"stage": "privatePreview",
|
||||
"stage": "preview",
|
||||
"codeowner": "@grafana/observability-logs",
|
||||
"frontend": true,
|
||||
"expression": "false"
|
||||
"expression": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user