Prometheus: Remove prometheusMetricEncyclopedia feature toggle (#98414)

* remove toggle from registry

* remove from metric combobox

* remove toggle from metric select

* remove toggle from promQueryBuilderContainer

* prettier
This commit is contained in:
Brendan O'Handley
2024-12-30 23:16:04 +02:00
committed by GitHub
parent d2639f6080
commit d935fa1ea0
12 changed files with 77 additions and 137 deletions
-9
View File
@@ -272,15 +272,6 @@ var (
Stage: FeatureStageExperimental,
Owner: grafanaBackendGroup,
},
{
Name: "prometheusMetricEncyclopedia",
Description: "Adds the metrics explorer component to the Prometheus query builder as an option in metric select",
Expression: "true",
Stage: FeatureStageGeneralAvailability,
FrontendOnly: true,
Owner: grafanaObservabilityMetricsSquad,
AllowSelfServe: true,
},
{
Name: "influxdbBackendMigration",
Description: "Query InfluxDB InfluxQL without the proxy",
-1
View File
@@ -34,7 +34,6 @@ lokiShardSplitting,experimental,@grafana/observability-logs,false,false,true
lokiQuerySplitting,GA,@grafana/observability-logs,false,false,true
lokiQuerySplittingConfig,experimental,@grafana/observability-logs,false,false,true
individualCookiePreferences,experimental,@grafana/grafana-backend-group,false,false,false
prometheusMetricEncyclopedia,GA,@grafana/observability-metrics,false,false,true
influxdbBackendMigration,GA,@grafana/observability-metrics,false,false,true
influxqlStreamingParser,experimental,@grafana/observability-metrics,false,false,false
influxdbRunQueriesInParallel,privatePreview,@grafana/observability-metrics,false,false,false
1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
34 lokiQuerySplitting GA @grafana/observability-logs false false true
35 lokiQuerySplittingConfig experimental @grafana/observability-logs false false true
36 individualCookiePreferences experimental @grafana/grafana-backend-group false false false
prometheusMetricEncyclopedia GA @grafana/observability-metrics false false true
37 influxdbBackendMigration GA @grafana/observability-metrics false false true
38 influxqlStreamingParser experimental @grafana/observability-metrics false false false
39 influxdbRunQueriesInParallel privatePreview @grafana/observability-metrics false false false
-4
View File
@@ -147,10 +147,6 @@ const (
// Support overriding cookie preferences per user
FlagIndividualCookiePreferences = "individualCookiePreferences"
// FlagPrometheusMetricEncyclopedia
// Adds the metrics explorer component to the Prometheus query builder as an option in metric select
FlagPrometheusMetricEncyclopedia = "prometheusMetricEncyclopedia"
// FlagInfluxdbBackendMigration
// Query InfluxDB InfluxQL without the proxy
FlagInfluxdbBackendMigration = "influxdbBackendMigration"
@@ -2952,6 +2952,7 @@
"name": "prometheusMetricEncyclopedia",
"resourceVersion": "1720021873452",
"creationTimestamp": "2023-03-07T18:41:05Z",
"deletionTimestamp": "2024-12-30T14:42:45Z",
"annotations": {
"grafana.app/updatedTimestamp": "2024-07-03 15:51:13.452477 +0000 UTC"
}