mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Table: Introduce sparkline cell type (#63182)
This commit is contained in:
@@ -21,4 +21,5 @@ const (
|
||||
grafanaAlertingSquad codeowner = "@grafana/alerting-squad"
|
||||
hostedGrafanaTeam codeowner = "@grafana/hosted-grafana-team"
|
||||
awsPluginsSquad codeowner = "@grafana/aws-plugins"
|
||||
appO11ySquad codeowner = "@grafana/app-o11y"
|
||||
)
|
||||
|
||||
@@ -438,5 +438,12 @@ var (
|
||||
FrontendOnly: true,
|
||||
Owner: grafanaObservabilityMetricsSquad,
|
||||
},
|
||||
{
|
||||
Name: "timeSeriesTable",
|
||||
Description: "Enable time series table transformer & sparkline cell type",
|
||||
State: FeatureStateAlpha,
|
||||
FrontendOnly: true,
|
||||
Owner: appO11ySquad,
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
@@ -270,4 +270,8 @@ const (
|
||||
// FlagPrometheusMetricEncyclopedia
|
||||
// Replaces the Prometheus query builder metric select option with a paginated and filterable component
|
||||
FlagPrometheusMetricEncyclopedia = "prometheusMetricEncyclopedia"
|
||||
|
||||
// FlagTimeSeriesTable
|
||||
// Enable time series table transformer & sparkline cell type
|
||||
FlagTimeSeriesTable = "timeSeriesTable"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user