Flamegraph: Remove feature toggle for sandwich view and color schemes (#71305)

This commit is contained in:
Andrej Ocenas
2023-07-11 14:58:43 +02:00
committed by GitHub
parent b8fbeb084a
commit 6f102ccad0
58 changed files with 871 additions and 43727 deletions
-7
View File
@@ -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",
-1
View File
@@ -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
1 Name Stage Owner requiresDevMode RequiresLicense RequiresRestart FrontendOnly
87 recordedQueriesMulti experimental @grafana/observability-metrics false false false false
88 pluginsDynamicAngularDetectionPatterns experimental @grafana/plugins-platform-backend false false false false
89 alertingLokiRangeToInstant experimental @grafana/alerting-squad false false false false
flameGraphV2 experimental @grafana/observability-traces-and-profiling false false false true
90 elasticToggleableFilters experimental @grafana/observability-logs false false false true
91 vizAndWidgetSplit experimental @grafana/dashboards-squad false false false true
92 prometheusIncrementalQueryInstrumentation experimental @grafana/observability-metrics false false false true
-4
View File
@@ -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"