mirror of https://github.com/grafana/grafana.git
Fix mismatch in feature toggles documentation (#111975)
This commit is contained in:
parent
ed482219c6
commit
c2bd641868
|
@ -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;
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue