Alerting: Enable alertingSaveStateCompressed by default (#109390)

This commit is contained in:
Alexander Akhmetov
2025-08-11 12:57:20 +02:00
committed by GitHub
parent 439d4d383c
commit 6ca3d8a27a
3 changed files with 8 additions and 5 deletions
@@ -447,7 +447,7 @@ export interface FeatureToggles {
alertingSaveStatePeriodic?: boolean;
/**
* Enables the compressed protobuf-based alert state storage
* @default false
* @default true
*/
alertingSaveStateCompressed?: boolean;
/**
+1 -1
View File
@@ -759,7 +759,7 @@ var (
Stage: FeatureStagePublicPreview,
FrontendOnly: false,
Owner: grafanaAlertingSquad,
Expression: "false",
Expression: "true",
},
{
Name: "scopeApi",
+6 -3
View File
@@ -444,14 +444,17 @@
{
"metadata": {
"name": "alertingSaveStateCompressed",
"resourceVersion": "1753448760331",
"creationTimestamp": "2025-01-27T17:47:33Z"
"resourceVersion": "1754657532777",
"creationTimestamp": "2025-01-27T17:47:33Z",
"annotations": {
"grafana.app/updatedTimestamp": "2025-08-08 12:52:12.777935 +0000 UTC"
}
},
"spec": {
"description": "Enables the compressed protobuf-based alert state storage",
"stage": "preview",
"codeowner": "@grafana/alerting-squad",
"expression": "false"
"expression": "true"
}
},
{