Reporting: useReportRawTimeRange FF (#95683)

This commit is contained in:
Juan Cabanas 2024-11-14 17:08:03 -03:00 committed by GitHub
parent 3a921d898c
commit ec1a722504
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 30 additions and 0 deletions

View File

@ -115,6 +115,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `azureMonitorPrometheusExemplars` | Allows configuration of Azure Monitor as a data source that can provide Prometheus exemplars |
| `ssoSettingsLDAP` | Use the new SSO Settings API to configure LDAP |
| `useSessionStorageForRedirection` | Use session storage for handling the redirection after login |
| `reportingUseRawTimeRange` | Uses the original report or dashboard time range instead of making an absolute transformation |
## Experimental feature toggles

View File

@ -237,4 +237,5 @@ export interface FeatureToggles {
zipkinBackendMigration?: boolean;
enableSCIM?: boolean;
crashDetection?: boolean;
reportingUseRawTimeRange?: boolean;
}

View File

@ -1637,6 +1637,13 @@ var (
Owner: grafanaObservabilityTracesAndProfilingSquad,
FrontendOnly: true,
},
{
Name: "reportingUseRawTimeRange",
Description: "Uses the original report or dashboard time range instead of making an absolute transformation",
Stage: FeatureStagePublicPreview,
Owner: grafanaSharingSquad,
Expression: "false", // disabled by default
},
}
)

View File

@ -218,3 +218,4 @@ enableExtensionsAdminPage,experimental,@grafana/plugins-platform-backend,false,t
zipkinBackendMigration,experimental,@grafana/oss-big-tent,false,false,false
enableSCIM,experimental,@grafana/identity-access-team,false,false,false
crashDetection,experimental,@grafana/observability-traces-and-profiling,false,false,true
reportingUseRawTimeRange,preview,@grafana/sharing-squad,false,false,false

1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
218 zipkinBackendMigration experimental @grafana/oss-big-tent false false false
219 enableSCIM experimental @grafana/identity-access-team false false false
220 crashDetection experimental @grafana/observability-traces-and-profiling false false true
221 reportingUseRawTimeRange preview @grafana/sharing-squad false false false

View File

@ -882,4 +882,8 @@ const (
// FlagCrashDetection
// Enables browser crash detection reporting to Faro.
FlagCrashDetection = "crashDetection"
// FlagReportingUseRawTimeRange
// Uses the original report or dashboard time range instead of making an absolute transformation
FlagReportingUseRawTimeRange = "reportingUseRawTimeRange"
)

View File

@ -3017,6 +3017,22 @@
"requiresRestart": true
}
},
{
"metadata": {
"name": "reportingUseRawTimeRange",
"resourceVersion": "1731604692461",
"creationTimestamp": "2024-11-13T15:48:28Z",
"annotations": {
"grafana.app/updatedTimestamp": "2024-11-14 17:18:12.461446 +0000 UTC"
}
},
"spec": {
"description": "Uses the original report or dashboard time range instead of making an absolute transformation",
"stage": "preview",
"codeowner": "@grafana/sharing-squad",
"expression": "false"
}
},
{
"metadata": {
"name": "rolePickerDrawer",