Promote exploreMixedDatasource to beta

This commit is contained in:
Piotr Jamróz 2023-04-13 10:12:54 +02:00
parent 9dc63c6d64
commit a3bc167d1c
3 changed files with 3 additions and 3 deletions

View File

@ -44,6 +44,7 @@ Some stable features are enabled by default. You can disable a stable feature by
| `panelTitleSearch` | Search for dashboards using panel title |
| `prometheusAzureOverrideAudience` | Experimental. Allow override default AAD audience for Azure Prometheus endpoint |
| `migrationLocking` | Lock database during migrations |
| `exploreMixedDatasource` | Enable mixed datasource in Explore |
| `newDBLibrary` | Use jmoiron/sqlx rather than xorm for a few backend services |
| `validateDashboardsOnSave` | Validate dashboard JSON POSTed to api/dashboards/db |
| `autoMigrateOldPanels` | Migrate old angular panels to supported versions (graph, table-old, worldmap, etc) |
@ -68,7 +69,6 @@ Alpha features might be changed or removed without prior notice.
| `lokiLive` | Support WebSocket streaming for loki (early prototype) |
| `lokiDataframeApi` | Use experimental loki api for WebSocket streaming (early prototype) |
| `storage` | Configurable storage for dashboards, datasources, and resources |
| `exploreMixedDatasource` | Enable mixed datasource in Explore |
| `newTraceView` | Shows the new trace view design |
| `correlations` | Correlations page |
| `datasourceQueryMultiStatus` | Introduce HTTP 207 Multi Status for api/ds/query |

View File

@ -112,7 +112,7 @@ var (
{
Name: "exploreMixedDatasource",
Description: "Enable mixed datasource in Explore",
State: FeatureStateAlpha,
State: FeatureStateBeta,
FrontendOnly: true,
Owner: grafanaExploreSquad,
},

View File

@ -15,7 +15,7 @@ featureHighlights,stable,@grafana/grafana-as-code,false,false,false,false
migrationLocking,beta,@grafana/backend-platform,false,false,false,false
storage,alpha,@grafana/grafana-app-platform-squad,false,false,false,false
k8s,alpha,@grafana/grafana-app-platform-squad,true,false,false,false
exploreMixedDatasource,alpha,@grafana/explore-squad,false,false,false,true
exploreMixedDatasource,beta,@grafana/explore-squad,false,false,false,true
newTraceView,alpha,@grafana/observability-traces-and-profiling,false,false,false,true
correlations,alpha,@grafana/explore-squad,false,false,false,false
cloudWatchDynamicLabels,stable,@grafana/aws-plugins,false,false,false,false

1 Name State Owner requiresDevMode RequiresLicense RequiresRestart FrontendOnly
15 migrationLocking beta @grafana/backend-platform false false false false
16 storage alpha @grafana/grafana-app-platform-squad false false false false
17 k8s alpha @grafana/grafana-app-platform-squad true false false false
18 exploreMixedDatasource alpha beta @grafana/explore-squad false false false true
19 newTraceView alpha @grafana/observability-traces-and-profiling false false false true
20 correlations alpha @grafana/explore-squad false false false false
21 cloudWatchDynamicLabels stable @grafana/aws-plugins false false false false