mirror of
https://github.com/grafana/grafana.git
synced 2026-08-14 15:15:03 -05:00
Flamegraph: Remove feature toggle for sandwich view and color schemes (#71305)
This commit is contained in:
@@ -600,13 +600,6 @@ var (
|
||||
FrontendOnly: false,
|
||||
Owner: grafanaAlertingSquad,
|
||||
},
|
||||
{
|
||||
Name: "flameGraphV2",
|
||||
Description: "New version of flame graph with new features",
|
||||
FrontendOnly: true,
|
||||
Stage: FeatureStageExperimental,
|
||||
Owner: grafanaObservabilityTracesAndProfilingSquad,
|
||||
},
|
||||
{
|
||||
Name: "elasticToggleableFilters",
|
||||
Description: "Enable support to toggle filters off from the query through the Logs Details component",
|
||||
|
||||
@@ -87,7 +87,6 @@ exploreScrollableLogsContainer,experimental,@grafana/observability-logs,false,fa
|
||||
recordedQueriesMulti,experimental,@grafana/observability-metrics,false,false,false,false
|
||||
pluginsDynamicAngularDetectionPatterns,experimental,@grafana/plugins-platform-backend,false,false,false,false
|
||||
alertingLokiRangeToInstant,experimental,@grafana/alerting-squad,false,false,false,false
|
||||
flameGraphV2,experimental,@grafana/observability-traces-and-profiling,false,false,false,true
|
||||
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
|
||||
|
||||
|
@@ -359,10 +359,6 @@ const (
|
||||
// Rewrites eligible loki range queries to instant queries
|
||||
FlagAlertingLokiRangeToInstant = "alertingLokiRangeToInstant"
|
||||
|
||||
// FlagFlameGraphV2
|
||||
// New version of flame graph with new features
|
||||
FlagFlameGraphV2 = "flameGraphV2"
|
||||
|
||||
// FlagElasticToggleableFilters
|
||||
// Enable support to toggle filters off from the query through the Logs Details component
|
||||
FlagElasticToggleableFilters = "elasticToggleableFilters"
|
||||
|
||||
Reference in New Issue
Block a user