Logs: Infinite scrolling in Explore enabled by default (#87493)

Logs: enable infinite scrolling
This commit is contained in:
Matias Chomicki
2024-06-04 18:23:20 +02:00
committed by GitHub
parent 9bbf96d9e6
commit cd3dab2736
4 changed files with 1900 additions and 1976 deletions
@@ -56,6 +56,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `managedPluginsInstall` | Install managed plugins directly from plugins catalog | Yes |
| `annotationPermissionUpdate` | Change the way annotation permissions work by scoping them to folders and dashboards. | Yes |
| `ssoSettingsApi` | Enables the SSO settings API and the OAuth configuration UIs in Grafana | Yes |
| `logsInfiniteScrolling` | Enables infinite scrolling for the Logs panel in Explore and Dashboards | Yes |
| `exploreMetrics` | Enables the new Explore Metrics core app | Yes |
| `alertingSimplifiedRouting` | Enables users to easily configure alert notifications by specifying a contact point directly when editing or creating an alert rule | Yes |
| `logRowsPopoverMenu` | Enable filtering menu displayed when text of a log line is selected | Yes |
@@ -166,7 +167,6 @@ Experimental features might be changed or removed without prior notice.
| `dashboardSceneForViewers` | Enables dashboard rendering using Scenes for viewer roles |
| `dashboardSceneSolo` | Enables rendering dashboards using scenes for solo panels |
| `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 |
| `pluginsSkipHostEnvVars` | Disables passing host environment variable to plugin processes |
| `tableSharedCrosshair` | Enables shared crosshair in table panel |
+2 -1
View File
@@ -944,7 +944,8 @@ var (
{
Name: "logsInfiniteScrolling",
Description: "Enables infinite scrolling for the Logs panel in Explore and Dashboards",
Stage: FeatureStageExperimental,
Stage: FeatureStageGeneralAvailability,
Expression: "true",
FrontendOnly: true,
Owner: grafanaObservabilityLogsSquad,
},
+1 -1
View File
@@ -126,7 +126,7 @@ panelFilterVariable,experimental,@grafana/dashboards-squad,false,false,true
pdfTables,preview,@grafana/sharing-squad,false,false,false
ssoSettingsApi,GA,@grafana/identity-access-team,false,false,false
canvasPanelPanZoom,preview,@grafana/dataviz-squad,false,false,true
logsInfiniteScrolling,experimental,@grafana/observability-logs,false,false,true
logsInfiniteScrolling,GA,@grafana/observability-logs,false,false,true
flameGraphItemCollapsing,experimental,@grafana/observability-traces-and-profiling,false,false,true
exploreMetrics,GA,@grafana/dashboards-squad,false,false,true
alertingSimplifiedRouting,GA,@grafana/alerting-squad,false,false,false
1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
126 pdfTables preview @grafana/sharing-squad false false false
127 ssoSettingsApi GA @grafana/identity-access-team false false false
128 canvasPanelPanZoom preview @grafana/dataviz-squad false false true
129 logsInfiniteScrolling experimental GA @grafana/observability-logs false false true
130 flameGraphItemCollapsing experimental @grafana/observability-traces-and-profiling false false true
131 exploreMetrics GA @grafana/dashboards-squad false false true
132 alertingSimplifiedRouting GA @grafana/alerting-squad false false false
File diff suppressed because it is too large Load Diff