From a8c5252a832a2cafdeaac983a7ecb77708a13eea Mon Sep 17 00:00:00 2001 From: Carl Bergquist Date: Thu, 20 Feb 2025 22:11:39 +0100 Subject: [PATCH] featureflags: reaplces explore with drilldown in descriptions (#101101) Signed-off-by: bergquist --- pkg/services/featuremgmt/registry.go | 8 +++--- pkg/services/featuremgmt/toggles_gen.go | 8 +++--- pkg/services/featuremgmt/toggles_gen.json | 33 ++++++++++++++--------- 3 files changed, 29 insertions(+), 20 deletions(-) diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index 6ef1d2155fc..832fcdba105 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -877,7 +877,7 @@ var ( }, { Name: "exploreMetrics", - Description: "Enables the new Explore Metrics core app", + Description: "Enables the new Grafana Metrics Drilldown core app", Stage: FeatureStageGeneralAvailability, Expression: "true", // enabled by default FrontendOnly: true, @@ -1346,21 +1346,21 @@ var ( }, { Name: "exploreLogsShardSplitting", - Description: "Used in Explore Logs to split queries into multiple queries based on the number of shards", + Description: "Used in Logs Drilldown to split queries into multiple queries based on the number of shards", Stage: FeatureStageExperimental, FrontendOnly: true, Owner: grafanaObservabilityLogsSquad, }, { Name: "exploreLogsAggregatedMetrics", - Description: "Used in Explore Logs to query by aggregated metrics", + Description: "Used in Logs Drilldown to query by aggregated metrics", Stage: FeatureStageExperimental, FrontendOnly: true, Owner: grafanaObservabilityLogsSquad, }, { Name: "exploreLogsLimitedTimeRange", - Description: "Used in Explore Logs to limit the time range", + Description: "Used in Logs Drilldown to limit the time range", Stage: FeatureStageExperimental, FrontendOnly: true, Owner: grafanaObservabilityLogsSquad, diff --git a/pkg/services/featuremgmt/toggles_gen.go b/pkg/services/featuremgmt/toggles_gen.go index 9aa900797ce..e9060522259 100644 --- a/pkg/services/featuremgmt/toggles_gen.go +++ b/pkg/services/featuremgmt/toggles_gen.go @@ -476,7 +476,7 @@ const ( FlagLogsInfiniteScrolling = "logsInfiniteScrolling" // FlagExploreMetrics - // Enables the new Explore Metrics core app + // Enables the new Grafana Metrics Drilldown core app FlagExploreMetrics = "exploreMetrics" // FlagAlertingSimplifiedRouting @@ -716,15 +716,15 @@ const ( FlagAlertingPrometheusRulesPrimary = "alertingPrometheusRulesPrimary" // FlagExploreLogsShardSplitting - // Used in Explore Logs to split queries into multiple queries based on the number of shards + // Used in Logs Drilldown to split queries into multiple queries based on the number of shards FlagExploreLogsShardSplitting = "exploreLogsShardSplitting" // FlagExploreLogsAggregatedMetrics - // Used in Explore Logs to query by aggregated metrics + // Used in Logs Drilldown to query by aggregated metrics FlagExploreLogsAggregatedMetrics = "exploreLogsAggregatedMetrics" // FlagExploreLogsLimitedTimeRange - // Used in Explore Logs to limit the time range + // Used in Logs Drilldown to limit the time range FlagExploreLogsLimitedTimeRange = "exploreLogsLimitedTimeRange" // FlagHomeSetupGuide diff --git a/pkg/services/featuremgmt/toggles_gen.json b/pkg/services/featuremgmt/toggles_gen.json index 983c65e8298..2c3efd65bd6 100644 --- a/pkg/services/featuremgmt/toggles_gen.json +++ b/pkg/services/featuremgmt/toggles_gen.json @@ -1544,11 +1544,14 @@ { "metadata": { "name": "exploreLogsAggregatedMetrics", - "resourceVersion": "1724938092041", - "creationTimestamp": "2024-08-29T13:55:59Z" + "resourceVersion": "1740084492165", + "creationTimestamp": "2024-08-29T13:55:59Z", + "annotations": { + "grafana.app/updatedTimestamp": "2025-02-20 20:48:12.165306 +0000 UTC" + } }, "spec": { - "description": "Used in Explore Logs to query by aggregated metrics", + "description": "Used in Logs Drilldown to query by aggregated metrics", "stage": "experimental", "codeowner": "@grafana/observability-logs", "frontend": true @@ -1557,11 +1560,14 @@ { "metadata": { "name": "exploreLogsLimitedTimeRange", - "resourceVersion": "1724938092041", - "creationTimestamp": "2024-08-29T13:55:59Z" + "resourceVersion": "1740084492165", + "creationTimestamp": "2024-08-29T13:55:59Z", + "annotations": { + "grafana.app/updatedTimestamp": "2025-02-20 20:48:12.165306 +0000 UTC" + } }, "spec": { - "description": "Used in Explore Logs to limit the time range", + "description": "Used in Logs Drilldown to limit the time range", "stage": "experimental", "codeowner": "@grafana/observability-logs", "frontend": true @@ -1570,11 +1576,14 @@ { "metadata": { "name": "exploreLogsShardSplitting", - "resourceVersion": "1724938092041", - "creationTimestamp": "2024-08-29T13:55:59Z" + "resourceVersion": "1740084492165", + "creationTimestamp": "2024-08-29T13:55:59Z", + "annotations": { + "grafana.app/updatedTimestamp": "2025-02-20 20:48:12.165306 +0000 UTC" + } }, "spec": { - "description": "Used in Explore Logs to split queries into multiple queries based on the number of shards", + "description": "Used in Logs Drilldown to split queries into multiple queries based on the number of shards", "stage": "experimental", "codeowner": "@grafana/observability-logs", "frontend": true @@ -1583,14 +1592,14 @@ { "metadata": { "name": "exploreMetrics", - "resourceVersion": "1737658563230", + "resourceVersion": "1740084233934", "creationTimestamp": "2024-04-09T18:15:18Z", "annotations": { - "grafana.app/updatedTimestamp": "2025-01-23 18:56:03.23086 +0000 UTC" + "grafana.app/updatedTimestamp": "2025-02-20 20:43:53.934892 +0000 UTC" } }, "spec": { - "description": "Enables the new Explore Metrics core app", + "description": "Enables the new Grafana Metrics Drilldown core app", "stage": "GA", "codeowner": "@grafana/observability-metrics", "frontend": true,