AzureMonitor: Mark Azure Prometheus exemplars as public preview (#91674)

Mark Azure Prom exemplars as public preview
This commit is contained in:
Andreas Christou
2024-08-12 17:11:45 +07:00
committed by GitHub
parent 6e7bc028d0
commit 82d051f336
4 changed files with 9 additions and 6 deletions

View File

@@ -101,6 +101,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `onPremToCloudMigrations` | Enable the Grafana Migration Assistant, which helps you easily migrate on-prem dashboards, folders, and data source configurations to your Grafana Cloud stack. |
| `newPDFRendering` | New implementation for the dashboard-to-PDF rendering |
| `ssoSettingsSAML` | Use the new SSO Settings API to configure the SAML connector |
| `azureMonitorPrometheusExemplars` | Allows configuration of Azure Monitor as a data source that can provide Prometheus exemplars |
| `openSearchBackendFlowEnabled` | Enables the backend query flow for Open Search datasource plugin |
| `cloudwatchMetricInsightsCrossAccount` | Enables cross account observability for Cloudwatch Metric Insights query builder |
@@ -185,7 +186,6 @@ Experimental features might be changed or removed without prior notice.
| `notificationBanner` | Enables the notification banner UI and API |
| `dashboardRestore` | Enables deleted dashboard restore feature (backend only) |
| `alertingCentralAlertHistory` | Enables the new central alert history. |
| `azureMonitorPrometheusExemplars` | Allows configuration of Azure Monitor as a data source that can provide Prometheus exemplars |
| `pinNavItems` | Enables pinning of nav items |
| `failWrongDSUID` | Throws an error if a datasource has an invalid UIDs |
| `databaseReadReplica` | Use a read replica for some database queries. |

View File

@@ -1263,7 +1263,7 @@ var (
{
Name: "azureMonitorPrometheusExemplars",
Description: "Allows configuration of Azure Monitor as a data source that can provide Prometheus exemplars",
Stage: FeatureStageExperimental,
Stage: FeatureStagePublicPreview,
Owner: grafanaPartnerPluginsSquad,
},
{

View File

@@ -165,7 +165,7 @@ alertingDisableSendAlertsExternal,experimental,@grafana/alerting-squad,false,fal
preserveDashboardStateWhenNavigating,experimental,@grafana/dashboards-squad,false,false,false
alertingCentralAlertHistory,experimental,@grafana/alerting-squad,false,false,true
pluginProxyPreserveTrailingSlash,GA,@grafana/plugins-platform-backend,false,false,false
azureMonitorPrometheusExemplars,experimental,@grafana/partner-datasources,false,false,false
azureMonitorPrometheusExemplars,preview,@grafana/partner-datasources,false,false,false
pinNavItems,experimental,@grafana/grafana-frontend-platform,false,false,false
authZGRPCServer,experimental,@grafana/identity-access-team,false,false,false
openSearchBackendFlowEnabled,preview,@grafana/aws-datasources,false,false,false
1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
165 preserveDashboardStateWhenNavigating experimental @grafana/dashboards-squad false false false
166 alertingCentralAlertHistory experimental @grafana/alerting-squad false false true
167 pluginProxyPreserveTrailingSlash GA @grafana/plugins-platform-backend false false false
168 azureMonitorPrometheusExemplars experimental preview @grafana/partner-datasources false false false
169 pinNavItems experimental @grafana/grafana-frontend-platform false false false
170 authZGRPCServer experimental @grafana/identity-access-team false false false
171 openSearchBackendFlowEnabled preview @grafana/aws-datasources false false false

View File

@@ -517,12 +517,15 @@
{
"metadata": {
"name": "azureMonitorPrometheusExemplars",
"resourceVersion": "1718727528075",
"creationTimestamp": "2024-06-06T16:53:17Z"
"resourceVersion": "1723028568258",
"creationTimestamp": "2024-06-06T16:53:17Z",
"annotations": {
"grafana.app/updatedTimestamp": "2024-08-07 11:02:48.258776 +0000 UTC"
}
},
"spec": {
"description": "Allows configuration of Azure Monitor as a data source that can provide Prometheus exemplars",
"stage": "experimental",
"stage": "preview",
"codeowner": "@grafana/partner-datasources"
}
},