MetricsDrilldown: Advance exploreMetricsUseExternalAppPlugin feature toggle stage (#102137)
* chore: advance `exploreMetricsUseExternalAppPlugin` feature toggle stage * fix: do not hide from docs
This commit is contained in:
@@ -115,6 +115,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
|
||||
| `improvedExternalSessionHandling` | Enables improved support for OAuth external sessions. After enabling this feature, users might need to re-authenticate themselves. |
|
||||
| `elasticsearchCrossClusterSearch` | Enables cross cluster search in the Elasticsearch datasource |
|
||||
| `improvedExternalSessionHandlingSAML` | Enables improved support for SAML external sessions. Ensure the NameID format is correctly configured in Grafana for SAML Single Logout to function properly. |
|
||||
| `exploreMetricsUseExternalAppPlugin` | Use the externalized Grafana Metrics Drilldown (formerly known as Explore Metrics) app plugin |
|
||||
| `alertRuleRestore` | Enables the alert rule restore feature |
|
||||
|
||||
## Experimental feature toggles
|
||||
|
||||
@@ -1660,12 +1660,11 @@ var (
|
||||
},
|
||||
{
|
||||
Name: "exploreMetricsUseExternalAppPlugin",
|
||||
Description: "Use the externalized Metrics Drilldown (formerly known as Explore Metrics) app plugin",
|
||||
Stage: FeatureStageExperimental,
|
||||
Description: "Use the externalized Grafana Metrics Drilldown (formerly known as Explore Metrics) app plugin",
|
||||
Stage: FeatureStagePublicPreview,
|
||||
Owner: grafanaObservabilityMetricsSquad,
|
||||
FrontendOnly: true,
|
||||
RequiresRestart: true,
|
||||
HideFromDocs: true,
|
||||
},
|
||||
{
|
||||
Name: "datasourceConnectionsTab",
|
||||
|
||||
@@ -220,7 +220,7 @@ templateVariablesUsesCombobox,experimental,@grafana/grafana-frontend-platform,fa
|
||||
ABTestFeatureToggleB,experimental,@grafana/sharing-squad,false,false,false
|
||||
grafanaAdvisor,experimental,@grafana/plugins-platform-backend,false,false,false
|
||||
elasticsearchImprovedParsing,experimental,@grafana/aws-datasources,false,false,false
|
||||
exploreMetricsUseExternalAppPlugin,experimental,@grafana/observability-metrics,false,true,true
|
||||
exploreMetricsUseExternalAppPlugin,preview,@grafana/observability-metrics,false,true,true
|
||||
datasourceConnectionsTab,experimental,@grafana/plugins-platform-backend,false,false,true
|
||||
fetchRulesUsingPost,experimental,@grafana/alerting-squad,false,false,false
|
||||
alertingConversionAPI,experimental,@grafana/alerting-squad,false,false,false
|
||||
|
||||
|
@@ -892,7 +892,7 @@ const (
|
||||
FlagElasticsearchImprovedParsing = "elasticsearchImprovedParsing"
|
||||
|
||||
// FlagExploreMetricsUseExternalAppPlugin
|
||||
// Use the externalized Metrics Drilldown (formerly known as Explore Metrics) app plugin
|
||||
// Use the externalized Grafana Metrics Drilldown (formerly known as Explore Metrics) app plugin
|
||||
FlagExploreMetricsUseExternalAppPlugin = "exploreMetricsUseExternalAppPlugin"
|
||||
|
||||
// FlagDatasourceConnectionsTab
|
||||
|
||||
@@ -1661,19 +1661,18 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "exploreMetricsUseExternalAppPlugin",
|
||||
"resourceVersion": "1738596266973",
|
||||
"resourceVersion": "1741883352541",
|
||||
"creationTimestamp": "2025-01-21T23:24:50Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2025-02-03 15:24:26.973231 +0000 UTC"
|
||||
"grafana.app/updatedTimestamp": "2025-03-13 16:29:12.541156 +0000 UTC"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"description": "Use the externalized Metrics Drilldown (formerly known as Explore Metrics) app plugin",
|
||||
"stage": "experimental",
|
||||
"description": "Use the externalized Grafana Metrics Drilldown (formerly known as Explore Metrics) app plugin",
|
||||
"stage": "preview",
|
||||
"codeowner": "@grafana/observability-metrics",
|
||||
"frontend": true,
|
||||
"requiresRestart": true,
|
||||
"hideFromDocs": true
|
||||
"requiresRestart": true
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user