Alerting: Promote new alerting detail view (#84277)

This commit is contained in:
Gilles De Mey
2024-03-14 15:18:01 +01:00
committed by GitHub
parent 8690a42e33
commit 336acaf0bf
17 changed files with 44 additions and 723 deletions

View File

@@ -991,14 +991,6 @@ var (
FrontendOnly: true,
Owner: grafanaObservabilityTracesAndProfilingSquad,
},
{
Name: "alertingDetailsViewV2",
Description: "Enables the preview of the new alert details view",
Stage: FeatureStageExperimental,
FrontendOnly: true,
Owner: grafanaAlertingSquad,
HideFromDocs: true,
},
{
Name: "datatrails",
Description: "Enables the new core app datatrails",

View File

@@ -133,7 +133,6 @@ ssoSettingsApi,preview,@grafana/identity-access-team,false,false,false
canvasPanelPanZoom,preview,@grafana/dataviz-squad,false,false,true
logsInfiniteScrolling,experimental,@grafana/observability-logs,false,false,true
flameGraphItemCollapsing,experimental,@grafana/observability-traces-and-profiling,false,false,true
alertingDetailsViewV2,experimental,@grafana/alerting-squad,false,false,true
datatrails,experimental,@grafana/dashboards-squad,false,false,true
alertingSimplifiedRouting,preview,@grafana/alerting-squad,false,false,false
logRowsPopoverMenu,GA,@grafana/observability-logs,false,false,true
1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
133 canvasPanelPanZoom preview @grafana/dataviz-squad false false true
134 logsInfiniteScrolling experimental @grafana/observability-logs false false true
135 flameGraphItemCollapsing experimental @grafana/observability-traces-and-profiling false false true
alertingDetailsViewV2 experimental @grafana/alerting-squad false false true
136 datatrails experimental @grafana/dashboards-squad false false true
137 alertingSimplifiedRouting preview @grafana/alerting-squad false false false
138 logRowsPopoverMenu GA @grafana/observability-logs false false true

View File

@@ -543,10 +543,6 @@ const (
// Allow collapsing of flame graph items
FlagFlameGraphItemCollapsing = "flameGraphItemCollapsing"
// FlagAlertingDetailsViewV2
// Enables the preview of the new alert details view
FlagAlertingDetailsViewV2 = "alertingDetailsViewV2"
// FlagDatatrails
// Enables the new core app datatrails
FlagDatatrails = "datatrails"

View File

@@ -999,7 +999,8 @@
"metadata": {
"name": "alertingDetailsViewV2",
"resourceVersion": "1709648236447",
"creationTimestamp": "2024-03-05T14:17:16Z"
"creationTimestamp": "2024-03-05T14:17:16Z",
"deletionTimestamp": "2024-03-12T12:33:03Z"
},
"spec": {
"description": "Enables the preview of the new alert details view",