featureflags: reaplces explore with drilldown in descriptions (#101101)

Signed-off-by: bergquist <carl.bergquist@gmail.com>
This commit is contained in:
Carl Bergquist
2025-02-20 23:11:39 +02:00
committed by GitHub
parent 18e54a9974
commit a8c5252a83
3 changed files with 29 additions and 20 deletions
+4 -4
View File
@@ -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,
+4 -4
View File
@@ -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
+21 -12
View File
@@ -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,