Fix mismatch in feature toggles documentation (#111975)

This commit is contained in:
Jack Baldry 2025-10-03 11:12:23 +01:00 committed by GitHub
parent ed482219c6
commit c2bd641868
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View File

@ -464,7 +464,7 @@ export interface FeatureToggles {
*/
alertingSaveStatePeriodic?: boolean;
/**
* Enables the compressed protobuf-based alert state storage
* Enables the compressed protobuf-based alert state storage. Default is enabled.
* @default true
*/
alertingSaveStateCompressed?: boolean;

View File

@ -782,7 +782,7 @@ var (
},
{
Name: "alertingSaveStateCompressed",
Description: "Enables the compressed protobuf-based alert state storage",
Description: "Enables the compressed protobuf-based alert state storage. Default is enabled.",
Stage: FeatureStagePublicPreview,
FrontendOnly: false,
Owner: grafanaAlertingSquad,

View File

@ -424,7 +424,7 @@ const (
FlagAlertingSaveStatePeriodic = "alertingSaveStatePeriodic"
// FlagAlertingSaveStateCompressed
// Enables the compressed protobuf-based alert state storage
// Enables the compressed protobuf-based alert state storage. Default is enabled.
FlagAlertingSaveStateCompressed = "alertingSaveStateCompressed"
// FlagScopeApi

View File

@ -555,14 +555,14 @@
{
"metadata": {
"name": "alertingSaveStateCompressed",
"resourceVersion": "1754657532777",
"resourceVersion": "1759485036332",
"creationTimestamp": "2025-01-27T17:47:33Z",
"annotations": {
"grafana.app/updatedTimestamp": "2025-08-08 12:52:12.777935 +0000 UTC"
"grafana.app/updatedTimestamp": "2025-10-03 09:50:36.332762 +0000 UTC"
}
},
"spec": {
"description": "Enables the compressed protobuf-based alert state storage",
"description": "Enables the compressed protobuf-based alert state storage. Default is enabled.",
"stage": "preview",
"codeowner": "@grafana/alerting-squad",
"expression": "true"