diff --git a/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md b/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md index bd4acc51f08..0deac366e7f 100644 --- a/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md +++ b/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md @@ -55,6 +55,7 @@ Some features are enabled by default. You can disable these feature by setting t | `alertingInsights` | Show the new alerting insights landing page | Yes | | `cloudWatchWildCardDimensionValues` | Fetches dimension values from CloudWatch to correctly label wildcard dimensions | Yes | | `recoveryThreshold` | Enables feature recovery threshold (aka hysteresis) for threshold server-side expression | Yes | +| `logRowsPopoverMenu` | Enable filtering menu displayed when text of a log line is selected | Yes | | `displayAnonymousStats` | Enables anonymous stats to be shown in the UI for Grafana | Yes | | `lokiQueryHints` | Enables query hints for Loki | Yes | @@ -166,7 +167,6 @@ Experimental features might be changed or removed without prior notice. | `dashboardScene` | Enables dashboard rendering using scenes for all roles | | `logsInfiniteScrolling` | Enables infinite scrolling for the Logs panel in Explore and Dashboards | | `flameGraphItemCollapsing` | Allow collapsing of flame graph items | -| `logRowsPopoverMenu` | Enable filtering menu displayed when text of a log line is selected | | `pluginsSkipHostEnvVars` | Disables passing host environment variable to plugin processes | | `tableSharedCrosshair` | Enables shared crosshair in table panel | diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index db622417ba2..5263799d480 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -1226,8 +1226,9 @@ var ( { Name: "logRowsPopoverMenu", Description: "Enable filtering menu displayed when text of a log line is selected", - Stage: FeatureStageExperimental, + Stage: FeatureStageGeneralAvailability, FrontendOnly: true, + Expression: "true", Owner: grafanaObservabilityLogsSquad, Created: time.Date(2023, time.November, 16, 12, 0, 0, 0, time.UTC), }, diff --git a/pkg/services/featuremgmt/toggles_gen.csv b/pkg/services/featuremgmt/toggles_gen.csv index 523dfcf2ee1..66b35a6fa34 100644 --- a/pkg/services/featuremgmt/toggles_gen.csv +++ b/pkg/services/featuremgmt/toggles_gen.csv @@ -144,7 +144,7 @@ flameGraphItemCollapsing,experimental,@grafana/observability-traces-and-profilin alertingDetailsViewV2,experimental,@grafana/alerting-squad,2023-11-09,false,false,false,true datatrails,experimental,@grafana/dashboards-squad,2023-11-15,false,false,false,true alertingSimplifiedRouting,experimental,@grafana/alerting-squad,2023-11-10,false,false,false,false -logRowsPopoverMenu,experimental,@grafana/observability-logs,2023-11-16,false,false,false,true +logRowsPopoverMenu,GA,@grafana/observability-logs,2023-11-16,false,false,false,true pluginsSkipHostEnvVars,experimental,@grafana/plugins-platform-backend,2023-11-15,false,false,false,false tableSharedCrosshair,experimental,@grafana/grafana-bi-squad,2023-12-12,false,false,false,true regressionTransformation,preview,@grafana/grafana-bi-squad,2023-11-24,false,false,false,true