Feature Toggles: remove useRawTimeRange FF (#106154)
This commit is contained in:
@@ -74,7 +74,6 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
|
||||
| `pluginsSriChecks` | Enables SRI checks for plugin assets | |
|
||||
| `azureMonitorDisableLogLimit` | Disables the log limit restriction for Azure Monitor when true. The limit is enabled by default. | |
|
||||
| `preinstallAutoUpdate` | Enables automatic updates for pre-installed plugins | Yes |
|
||||
| `reportingUseRawTimeRange` | Uses the original report or dashboard time range instead of making an absolute transformation | Yes |
|
||||
| `alertingUIOptimizeReducer` | Enables removing the reducer from the alerting UI when creating a new alert rule and using instant query | Yes |
|
||||
| `azureMonitorEnableUserAuth` | Enables user auth for Azure Monitor datasource only | Yes |
|
||||
| `alertingNotificationsStepMode` | Enables simplified step mode in the notifications section | Yes |
|
||||
|
||||
@@ -777,11 +777,6 @@ export interface FeatureToggles {
|
||||
*/
|
||||
jaegerBackendMigration?: boolean;
|
||||
/**
|
||||
* Uses the original report or dashboard time range instead of making an absolute transformation
|
||||
* @default true
|
||||
*/
|
||||
reportingUseRawTimeRange?: boolean;
|
||||
/**
|
||||
* Enables removing the reducer from the alerting UI when creating a new alert rule and using instant query
|
||||
* @default true
|
||||
*/
|
||||
|
||||
@@ -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