mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Logs popover: enabled by default (#80146)
This commit is contained in:
parent
c3d8c6e0ea
commit
cff1ad4922
@ -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 |
|
| `alertingInsights` | Show the new alerting insights landing page | Yes |
|
||||||
| `cloudWatchWildCardDimensionValues` | Fetches dimension values from CloudWatch to correctly label wildcard dimensions | 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 |
|
| `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 |
|
| `displayAnonymousStats` | Enables anonymous stats to be shown in the UI for Grafana | Yes |
|
||||||
| `lokiQueryHints` | Enables query hints for Loki | 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 |
|
| `dashboardScene` | Enables dashboard rendering using scenes for all roles |
|
||||||
| `logsInfiniteScrolling` | Enables infinite scrolling for the Logs panel in Explore and Dashboards |
|
| `logsInfiniteScrolling` | Enables infinite scrolling for the Logs panel in Explore and Dashboards |
|
||||||
| `flameGraphItemCollapsing` | Allow collapsing of flame graph items |
|
| `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 |
|
| `pluginsSkipHostEnvVars` | Disables passing host environment variable to plugin processes |
|
||||||
| `tableSharedCrosshair` | Enables shared crosshair in table panel |
|
| `tableSharedCrosshair` | Enables shared crosshair in table panel |
|
||||||
|
|
||||||
|
@ -1226,8 +1226,9 @@ var (
|
|||||||
{
|
{
|
||||||
Name: "logRowsPopoverMenu",
|
Name: "logRowsPopoverMenu",
|
||||||
Description: "Enable filtering menu displayed when text of a log line is selected",
|
Description: "Enable filtering menu displayed when text of a log line is selected",
|
||||||
Stage: FeatureStageExperimental,
|
Stage: FeatureStageGeneralAvailability,
|
||||||
FrontendOnly: true,
|
FrontendOnly: true,
|
||||||
|
Expression: "true",
|
||||||
Owner: grafanaObservabilityLogsSquad,
|
Owner: grafanaObservabilityLogsSquad,
|
||||||
Created: time.Date(2023, time.November, 16, 12, 0, 0, 0, time.UTC),
|
Created: time.Date(2023, time.November, 16, 12, 0, 0, 0, time.UTC),
|
||||||
},
|
},
|
||||||
|
@ -144,7 +144,7 @@ flameGraphItemCollapsing,experimental,@grafana/observability-traces-and-profilin
|
|||||||
alertingDetailsViewV2,experimental,@grafana/alerting-squad,2023-11-09,false,false,false,true
|
alertingDetailsViewV2,experimental,@grafana/alerting-squad,2023-11-09,false,false,false,true
|
||||||
datatrails,experimental,@grafana/dashboards-squad,2023-11-15,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
|
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
|
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
|
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
|
regressionTransformation,preview,@grafana/grafana-bi-squad,2023-11-24,false,false,false,true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user