Alerting: Add compressed protobuf-based alert state storage (#99193)
This commit is contained in:
@@ -1027,6 +1027,13 @@ var (
|
||||
FrontendOnly: false,
|
||||
Owner: grafanaAlertingSquad,
|
||||
},
|
||||
{
|
||||
Name: "alertingSaveStateCompressed",
|
||||
Description: "Enables the compressed protobuf-based alert state storage",
|
||||
Stage: FeatureStageExperimental,
|
||||
FrontendOnly: false,
|
||||
Owner: grafanaAlertingSquad,
|
||||
},
|
||||
{
|
||||
Name: "scopeApi",
|
||||
Description: "In-development feature flag for the scope api using the app platform.",
|
||||
|
||||
@@ -135,6 +135,7 @@ newFolderPicker,experimental,@grafana/grafana-frontend-platform,false,false,true
|
||||
jitterAlertRulesWithinGroups,preview,@grafana/alerting-squad,false,true,false
|
||||
onPremToCloudMigrations,preview,@grafana/grafana-operator-experience-squad,false,false,false
|
||||
alertingSaveStatePeriodic,privatePreview,@grafana/alerting-squad,false,false,false
|
||||
alertingSaveStateCompressed,experimental,@grafana/alerting-squad,false,false,false
|
||||
scopeApi,experimental,@grafana/grafana-app-platform-squad,false,false,false
|
||||
promQLScope,GA,@grafana/oss-big-tent,false,false,false
|
||||
logQLScope,privatePreview,@grafana/observability-logs,false,false,false
|
||||
|
||||
|
@@ -551,6 +551,10 @@ const (
|
||||
// Writes the state periodically to the database, asynchronous to rule evaluation
|
||||
FlagAlertingSaveStatePeriodic = "alertingSaveStatePeriodic"
|
||||
|
||||
// FlagAlertingSaveStateCompressed
|
||||
// Enables the compressed protobuf-based alert state storage
|
||||
FlagAlertingSaveStateCompressed = "alertingSaveStateCompressed"
|
||||
|
||||
// FlagScopeApi
|
||||
// In-development feature flag for the scope api using the app platform.
|
||||
FlagScopeApi = "scopeApi"
|
||||
|
||||
@@ -339,6 +339,21 @@
|
||||
"expression": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "alertingSaveStateCompressed",
|
||||
"resourceVersion": "1737472824047",
|
||||
"creationTimestamp": "2025-01-17T18:17:20Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2025-01-21 15:20:24.047499 +0000 UTC"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables the compressed protobuf-based alert state storage",
|
||||
"stage": "experimental",
|
||||
"codeowner": "@grafana/alerting-squad"
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "alertingSaveStatePeriodic",
|
||||
|
||||
Reference in New Issue
Block a user