From 65bcd72484a7b0cc545f2e7463516ac671523854 Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Fri, 11 Oct 2024 19:26:12 +0200 Subject: [PATCH] Chore: Fix failing build (#94633) --- .../feature-toggles/index.md | 1 + pkg/services/featuremgmt/toggles_gen.json | 31 ++++++++++--------- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md b/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md index a76696808bf..46c13858bb3 100644 --- a/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md +++ b/docs/sources/setup-grafana/configure-grafana/feature-toggles/index.md @@ -41,6 +41,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general- | `recordedQueriesMulti` | Enables writing multiple items from a single query within Recorded Queries | Yes | | `logsExploreTableVisualisation` | A table visualisation for logs in Explore | Yes | | `transformationsRedesign` | Enables the transformations redesign | Yes | +| `traceQLStreaming` | Enables response streaming of TraceQL queries of the Tempo data source | | | `awsAsyncQueryCaching` | Enable caching for async queries for Redshift and Athena. Requires that the datasource has caching and async query support enabled | Yes | | `prometheusConfigOverhaulAuth` | Update the Prometheus configuration page with the new auth component | Yes | | `alertingNoDataErrorExecution` | Changes how Alerting state manager handles execution of NoData/Error | Yes | diff --git a/pkg/services/featuremgmt/toggles_gen.json b/pkg/services/featuremgmt/toggles_gen.json index 52088db76da..1a1e67ca5fe 100644 --- a/pkg/services/featuremgmt/toggles_gen.json +++ b/pkg/services/featuremgmt/toggles_gen.json @@ -3064,6 +3064,21 @@ "hideFromDocs": true } }, + { + "metadata": { + "name": "unifiedStorageSearch", + "resourceVersion": "1726771421439", + "creationTimestamp": "2024-09-19T18:43:41Z", + "deletionTimestamp": "2024-10-11T14:56:04Z" + }, + "spec": { + "description": "Enable unified storage search", + "stage": "experimental", + "codeowner": "@grafana/search-and-storage", + "hideFromAdminPage": true, + "hideFromDocs": true + } + }, { "metadata": { "name": "useSeessionStorageForRedirection", @@ -3089,20 +3104,6 @@ "codeowner": "@grafana/identity-access-team" } }, - { - "metadata": { - "name": "unifiedStorageSearch", - "resourceVersion": "1726771421439", - "creationTimestamp": "2024-09-19T18:43:41Z" - }, - "spec": { - "description": "Enable unified storage search", - "stage": "experimental", - "codeowner": "@grafana/search-and-storage", - "hideFromAdminPage": true, - "hideFromDocs": true - } - }, { "metadata": { "name": "vizActions", @@ -3157,4 +3158,4 @@ } } ] -} +} \ No newline at end of file