Feature Toggles: remove useRawTimeRange FF (#106154)

This commit is contained in:
Ezequiel Victorero
2025-05-28 15:44:48 -07:00
committed by GitHub
parent 4519ef8d21
commit 3de80ec3d7
6 changed files with 2 additions and 19 deletions
-7
View File
@@ -1329,13 +1329,6 @@ var (
Stage: FeatureStageExperimental,
Owner: grafanaOSSBigTent,
},
{
Name: "reportingUseRawTimeRange",
Description: "Uses the original report or dashboard time range instead of making an absolute transformation",
Stage: FeatureStageGeneralAvailability,
Owner: grafanaSharingSquad,
Expression: "true", // enabled by default
},
{
Name: "alertingUIOptimizeReducer",
Description: "Enables removing the reducer from the alerting UI when creating a new alert rule and using instant query",
-1
View File
@@ -174,7 +174,6 @@ enableExtensionsAdminPage,experimental,@grafana/plugins-platform-backend,false,t
enableSCIM,experimental,@grafana/identity-access-team,false,false,false
crashDetection,experimental,@grafana/observability-traces-and-profiling,false,false,true
jaegerBackendMigration,experimental,@grafana/oss-big-tent,false,false,false
reportingUseRawTimeRange,GA,@grafana/sharing-squad,false,false,false
alertingUIOptimizeReducer,GA,@grafana/alerting-squad,false,false,true
azureMonitorEnableUserAuth,GA,@grafana/partner-datasources,false,false,false
alertingNotificationsStepMode,GA,@grafana/alerting-squad,false,false,true
1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
174 enableSCIM experimental @grafana/identity-access-team false false false
175 crashDetection experimental @grafana/observability-traces-and-profiling false false true
176 jaegerBackendMigration experimental @grafana/oss-big-tent false false false
reportingUseRawTimeRange GA @grafana/sharing-squad false false false
177 alertingUIOptimizeReducer GA @grafana/alerting-squad false false true
178 azureMonitorEnableUserAuth GA @grafana/partner-datasources false false false
179 alertingNotificationsStepMode GA @grafana/alerting-squad false false true
-4
View File
@@ -707,10 +707,6 @@ const (
// Enables querying the Jaeger data source without the proxy
FlagJaegerBackendMigration = "jaegerBackendMigration"
// FlagReportingUseRawTimeRange
// Uses the original report or dashboard time range instead of making an absolute transformation
FlagReportingUseRawTimeRange = "reportingUseRawTimeRange"
// FlagAlertingUIOptimizeReducer
// Enables removing the reducer from the alerting UI when creating a new alert rule and using instant query
FlagAlertingUIOptimizeReducer = "alertingUIOptimizeReducer"
+2 -1
View File
@@ -2917,7 +2917,8 @@
"metadata": {
"name": "reportingUseRawTimeRange",
"resourceVersion": "1743693517832",
"creationTimestamp": "2024-11-14T20:08:03Z"
"creationTimestamp": "2024-11-14T20:08:03Z",
"deletionTimestamp": "2025-05-28T13:44:54Z"
},
"spec": {
"description": "Uses the original report or dashboard time range instead of making an absolute transformation",