From 62c8b3e771a986a3152d4d60d8730615f846e32b Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 07:06:21 -0400 Subject: [PATCH] [release-12.0.2] Docs: Update experimental note (#106543) Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> --- .../build-dashboards/create-dynamic-dashboard/index.md | 8 +++++++- docs/sources/observability-as-code/schema-v2/_index.md | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/sources/dashboards/build-dashboards/create-dynamic-dashboard/index.md b/docs/sources/dashboards/build-dashboards/create-dynamic-dashboard/index.md index 47c4492204e..6c12e68e724 100644 --- a/docs/sources/dashboards/build-dashboards/create-dynamic-dashboard/index.md +++ b/docs/sources/dashboards/build-dashboards/create-dynamic-dashboard/index.md @@ -77,7 +77,13 @@ refs: # Create and edit dynamic dashboards -{{< docs/experimental product="Dynamic dashboards" featureFlag="dashboardNewLayouts" >}} +{{< admonition type="caution" >}} + +Dynamic dashboards is an [experimental](https://grafana.com/docs/release-life-cycle/) feature. Engineering and on-call support is not available. Documentation is either limited or not provided outside of code comments. No SLA is provided. To get early access to this feature, request it through [this form](https://docs.google.com/forms/d/e/1FAIpQLSd73nQzuhzcHJOrLFK4ef_uMxHAQiPQh1-rsQUT2MRqbeMLpg/viewform?usp=dialog). + +**Do not enable this feature in production environments as it may result in the irreversible loss of data.** + +{{< /admonition >}} Dashboards and panels allow you to show your data in visual form. Each panel needs at least one query to display a visualization. diff --git a/docs/sources/observability-as-code/schema-v2/_index.md b/docs/sources/observability-as-code/schema-v2/_index.md index c86fd130818..d7c2728947b 100644 --- a/docs/sources/observability-as-code/schema-v2/_index.md +++ b/docs/sources/observability-as-code/schema-v2/_index.md @@ -18,7 +18,13 @@ weight: 200 # Dashboard JSON schema v2 -{{< docs/experimental product="Dashboard JSON schema v2" featureFlag="`dashboardNewLayouts`" >}} +{{< admonition type="caution" >}} + +Dashboard JSON schema v2 is an experimental feature. Engineering and on-call support is not available. Documentation is either limited or not provided outside of code comments. No SLA is provided. To get early access to this feature, request it through [this form](https://docs.google.com/forms/d/e/1FAIpQLSd73nQzuhzcHJOrLFK4ef_uMxHAQiPQh1-rsQUT2MRqbeMLpg/viewform?usp=dialog). + +**Do not enable this feature in production environments as it may result in the irreversible loss of data.** + +{{< /admonition >}} Grafana dashboards are represented as JSON objects that store metadata, panels, variables, and settings.