Logs: Add experimental table visualisation in Explore (#71120)
* add table visualisation for logs * add `logsExploreTableVisualisation` feature flag * add feature flag to visualisation switch * fix english * improve state when no data is present * improve margin * add missing prop to test * add tests * fix logs table height * fix linting * move visualisation toggle * add field config overrides * update tests * fix explore test * fix explore test * add missing header and revert test changes * use timefield from logsFrame.ts * add TODO * move to new file * hide fields that should be hidden * add test to hide fields * remove unused lines
This commit is contained in:
@@ -621,6 +621,13 @@ var (
|
||||
Stage: FeatureStageExperimental,
|
||||
Owner: grafanaObservabilityMetricsSquad,
|
||||
},
|
||||
{
|
||||
Name: "logsExploreTableVisualisation",
|
||||
Description: "A table visualisation for logs in Explore",
|
||||
Stage: FeatureStageExperimental,
|
||||
FrontendOnly: true,
|
||||
Owner: grafanaObservabilityLogsSquad,
|
||||
},
|
||||
{
|
||||
Name: "awsDatasourcesTempCredentials",
|
||||
Description: "Support temporary security credentials in AWS plugins for Grafana Cloud customers",
|
||||
|
||||
@@ -90,4 +90,5 @@ alertingLokiRangeToInstant,experimental,@grafana/alerting-squad,false,false,fals
|
||||
elasticToggleableFilters,experimental,@grafana/observability-logs,false,false,false,true
|
||||
vizAndWidgetSplit,experimental,@grafana/dashboards-squad,false,false,false,true
|
||||
prometheusIncrementalQueryInstrumentation,experimental,@grafana/observability-metrics,false,false,false,true
|
||||
logsExploreTableVisualisation,experimental,@grafana/observability-logs,false,false,false,true
|
||||
awsDatasourcesTempCredentials,experimental,@grafana/aws-datasources,false,false,false,false
|
||||
|
||||
|
@@ -371,6 +371,10 @@ const (
|
||||
// Adds RudderStack events to incremental queries
|
||||
FlagPrometheusIncrementalQueryInstrumentation = "prometheusIncrementalQueryInstrumentation"
|
||||
|
||||
// FlagLogsExploreTableVisualisation
|
||||
// A table visualisation for logs in Explore
|
||||
FlagLogsExploreTableVisualisation = "logsExploreTableVisualisation"
|
||||
|
||||
// FlagAwsDatasourcesTempCredentials
|
||||
// Support temporary security credentials in AWS plugins for Grafana Cloud customers
|
||||
FlagAwsDatasourcesTempCredentials = "awsDatasourcesTempCredentials"
|
||||
|
||||
Reference in New Issue
Block a user