mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Prometheus: Change feature toggle usePrometheusFrontendPackage to general availability (#85951)
change feature toggle to GA after testing
This commit is contained in:
committed by
GitHub
parent
58059da10b
commit
a25b59c6d8
@@ -1175,7 +1175,7 @@ var (
|
||||
{
|
||||
Name: "usePrometheusFrontendPackage",
|
||||
Description: "Use the @grafana/prometheus frontend package in core Prometheus.",
|
||||
Stage: FeatureStageExperimental,
|
||||
Stage: FeatureStageGeneralAvailability,
|
||||
FrontendOnly: true,
|
||||
Owner: grafanaObservabilityMetricsSquad,
|
||||
},
|
||||
|
||||
@@ -156,7 +156,7 @@ betterPageScrolling,GA,@grafana/grafana-frontend-platform,false,false,true
|
||||
authAPIAccessTokenAuth,experimental,@grafana/identity-access-team,false,false,false
|
||||
scopeFilters,experimental,@grafana/dashboards-squad,false,false,false
|
||||
ssoSettingsSAML,experimental,@grafana/identity-access-team,false,false,false
|
||||
usePrometheusFrontendPackage,experimental,@grafana/observability-metrics,false,false,true
|
||||
usePrometheusFrontendPackage,GA,@grafana/observability-metrics,false,false,true
|
||||
oauthRequireSubClaim,experimental,@grafana/identity-access-team,false,false,false
|
||||
newDashboardWithFiltersAndGroupBy,experimental,@grafana/dashboards-squad,false,false,false
|
||||
cloudWatchNewLabelParsing,GA,@grafana/aws-datasources,false,false,false
|
||||
|
||||
|
@@ -1465,12 +1465,15 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "usePrometheusFrontendPackage",
|
||||
"resourceVersion": "1712639261786",
|
||||
"creationTimestamp": "2024-04-09T05:07:41Z"
|
||||
"resourceVersion": "1712841379965",
|
||||
"creationTimestamp": "2024-04-09T05:07:41Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2024-04-11 13:16:19.965312 +0000 UTC"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"description": "Use the @grafana/prometheus frontend package in core Prometheus.",
|
||||
"stage": "experimental",
|
||||
"stage": "GA",
|
||||
"codeowner": "@grafana/observability-metrics",
|
||||
"frontend": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user