Feature Toggles: remove useRawTimeRange FF (#106154)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
|
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user