From c9f6582cb6e2a1fe4ef98ac8364a5819243203e4 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 06:02:30 +0100 Subject: [PATCH] [release-12.2.2] Docs: Consolidate OaC intros (#114025) Docs: Consolidate OaC intros (#113895) * Consolidate * Edits * Remove Get started * Prettier * Edit * Removing Grizzly * Prettier (cherry picked from commit 2dfcaf9be81ae13bc8316c3258d68e69f9650f6e) Co-authored-by: Anna Urbiztondo --- .../as-code/infrastructure-as-code/_index.md | 33 ---- .../grafana-operator/_index.md | 12 +- .../infrastructure-as-code/grizzly/_index.md | 8 +- .../grizzly/dashboards-folders-datasources.md | 149 ------------------ .../as-code/observability-as-code/_index.md | 92 ++++------- .../observability-as-code/get-started.md | 88 ----------- .../grafana-cli/_index.md | 2 +- .../provision-resources/_index.md | 2 +- 8 files changed, 46 insertions(+), 340 deletions(-) delete mode 100644 docs/sources/as-code/infrastructure-as-code/grizzly/dashboards-folders-datasources.md delete mode 100644 docs/sources/as-code/observability-as-code/get-started.md diff --git a/docs/sources/as-code/infrastructure-as-code/_index.md b/docs/sources/as-code/infrastructure-as-code/_index.md index 51d46f4517d..1579602467b 100644 --- a/docs/sources/as-code/infrastructure-as-code/_index.md +++ b/docs/sources/as-code/infrastructure-as-code/_index.md @@ -110,39 +110,6 @@ The Grafana Operator is particularly fitting for: While the Grafana Operator simplifies many aspects of operating Grafana and its resources on Kubernetes, its current support is mainly focused on managing dashboards, folders, and data sources. Advanced features like alerting and plugins (only works for OSS) are not supported yet. -## Grizzly - -[Grizzly](https://grafana.github.io/grizzly/) is a command line tool that allows you to manage your observability resources with code. Grizzly supports Kubernetes-inspired YAML representation for the Grafana resource, which makes it easier to learn. With Grizzly, you can move dashboards within Grafana instances and also retrieve information about already provisioned Grafana resources. Grizzly currently supports: - -- Grafana dashboards and dashboard folders -- Grafana data sources -- Prometheus recording rules and alerts in Grafana Cloud -- Grafana Cloud Synthetic Monitoring checks - -Grizzly can also deploy dashboards built in Jsonnet using Grafonnet. (Learn more in the [Grafonnet documentation](https://grafana.github.io/grafonnet-lib/api-docs/).) - -The following example shows a Kubernetes-style Grizzly configuration for creating a dashboard: - -```yaml -apiVersion: grizzly.grafana.com/v1alpha1 -kind: Dashboard -metadata: - name: as-code-dashboard -spec: - title: as-code dashboard - uid: ascode -``` - -To get started, see the [Grizzly guides](grizzly/dashboards-folders-datasources/) or refer to the [Grizzly’s documentation](https://grafana.github.io/grizzly/). - -### Who is this recommended for? - -Grizzly is best suited for users who are either using Jsonnet to manage Grafana resources or those who prefer a Kubernetes-style YAML definition of their Grafana resources. - -### Known limitations - -Grizzly currently doesn’t support Grafana OnCall and Grafana Alerting resources. - ## Grafana Crossplane provider [Grafana Crossplane provider](https://github.com/grafana/crossplane-provider-grafana) is built using Terrajet and provides support for all resources supported by the Grafana Terraform provider. It enables users to define Grafana resources as Kubernetes manifests and it also help users who build their GitOps pipelines around Kubernetes manifests using tools like ArgoCD. diff --git a/docs/sources/as-code/infrastructure-as-code/grafana-operator/_index.md b/docs/sources/as-code/infrastructure-as-code/grafana-operator/_index.md index 42e8f18d79a..d404552bf97 100644 --- a/docs/sources/as-code/infrastructure-as-code/grafana-operator/_index.md +++ b/docs/sources/as-code/infrastructure-as-code/grafana-operator/_index.md @@ -12,22 +12,22 @@ canonical: https://grafana.com/docs/grafana/latest/as-code/infrastructure-as-cod # Grafana Operator -[Grafana Operator](https://grafana.github.io/grafana-operator/) is a Kubernetes operator built to help you manage your Grafana instances and its resources from within Kubernetes. The Operator can install and manage local Grafana instances, Dashboards and Datasources through Kubernetes/OpenShift Custom resources. The Grafana Operator Automatically syncs the Kubernetes Custom resources and the actual resources in the Grafana Instance. +The [Grafana Operator](https://grafana.github.io/grafana-operator/) is a Kubernetes operator built to help you manage your Grafana instances and its resources in a Kubernetes environment. The Grafana Operator automatically syncs Kubernetes custom resources and actual resources in your Grafana instance, and allows you to install and manage local Grafana instances, dashboards and data sources in Kubernetes or OpenShift. -## Installing the Grafana Operator +## Install the Grafana Operator -To install the Grafana Operator in your Kubernetes cluster, Run the following command in your terminal: +To install the Grafana Operator in your Kubernetes cluster, run the following command in your terminal: ``` helm repo add grafana https://grafana.github.io/helm-charts helm upgrade -i grafana-operator grafana/grafana-operator ``` -For other installation methods, Refer [Grafana Operator Installation Documentation](https://grafana.github.io/grafana-operator/docs/installation/). +For other installation methods, refer to the [Grafana Operator Installation](https://grafana.github.io/grafana-operator/docs/installation/) documentation. -## Getting Started +## Use the Grafana Operator -Use the following guide to get started with using Grafana Operator to manage your Grafana instance: +Use the following guides to use the Grafana Operator to manage your Grafana instance: - [Manage data sources, and dashboards with folders using the Grafana Operator](operator-dashboards-folders-datasources/) describes how to add a folders, data sources, and dashboards, using the [Grafana Operator](https://grafana.github.io/grafana-operator/). - [Manage Dashboards with GitOps Using ArgoCD](manage-dashboards-argocd/) describes how to create and manage dashboards using ArgoCD and [Grafana Operator](https://grafana.github.io/grafana-operator/). diff --git a/docs/sources/as-code/infrastructure-as-code/grizzly/_index.md b/docs/sources/as-code/infrastructure-as-code/grizzly/_index.md index 17650914d49..3c1e281e3a4 100644 --- a/docs/sources/as-code/infrastructure-as-code/grizzly/_index.md +++ b/docs/sources/as-code/infrastructure-as-code/grizzly/_index.md @@ -5,10 +5,12 @@ keywords: - Grafana Cloud - Grizzly - CLI -menuTitle: Grizzly +menuTitle: Grizzly (deprecated) title: Grizzly -weight: 130 +weight: 200 canonical: https://grafana.com/docs/grafana/latest/as-code/infrastructure-as-code/grizzly/ +aliases: + - ../infrastructure-as-code/grizzly/dashboards-folders-datasources --- # Grizzly (deprecated) @@ -18,5 +20,3 @@ Grizzly has been removed. It is no longer deployed, enhanced, or supported. Use the [Grafana CLI](/docs/grafana//observability-as-code/grafana-cli/) instead. {{< /admonition >}} - -[Grizzly](https://grafana.github.io/grizzly/) is a command line tool that allows you to manage your observability resources with code. You can use it to manage dashboards, data sources, Prometheus rules, and Synthetic monitoring. diff --git a/docs/sources/as-code/infrastructure-as-code/grizzly/dashboards-folders-datasources.md b/docs/sources/as-code/infrastructure-as-code/grizzly/dashboards-folders-datasources.md deleted file mode 100644 index 4290df5e0d5..00000000000 --- a/docs/sources/as-code/infrastructure-as-code/grizzly/dashboards-folders-datasources.md +++ /dev/null @@ -1,149 +0,0 @@ ---- -keywords: - - Infrastructure as Code - - Quickstart - - Grafana Cloud - - Grizzly -title: Creating and managing folders, data sources, and dashboards using Grizzly -weight: 100 -canonical: https://grafana.com/docs/grafana/latest/as-code/infrastructure-as-code/grizzly/dashboards-folders-datasources/ ---- - -# Creating and managing folders, data sources, and dashboards using Grizzly - -Learn how to add a data sources, folders and dashboard, using Grizzly. - -## Prerequisites - -Before you begin, you should have the following available: - -- A Grafana Cloud account -- An existing Grafana Cloud stack with a Grafana API Key -- [Grizzly](https://grafana.github.io/grizzly/installation/) installed on your machine - -## Authentication Setup - -To authenticate with the Grizzly API, you must create environment variables. Run the following commands to create environment variables named `GRAFANA_URL` and `GRAFANA_TOKEN`: - -```shell -export GRAFANA_URL= -export GRAFANA_TOKEN= -``` - -Replace the following field values: - -- `` with the URL of your Grafana instance. -- `` with API key from the Grafana instance. - -## Add a data source - -The following steps use the InfluxDB data source. The required arguments vary depending on the data source you select. - -1. Create a file named `data-source.yml` and add the following: - - ```yaml - apiVersion: grizzly.grafana.com/v1alpha1 - kind: Datasource - metadata: - name: - spec: - name: - type: influxdb - url: - database: - user: - secureJsonData: - password: '' - uid: - id: - access: proxy - ``` - -1. Replace the following field values: - - `` with the name of the data source to be added in Grafana. - - `` with URL of your data source. - - `` with the username for authenticating with your data source. - - `` with the password for authenticating with your data source. - - `` with name of your database. - - `` with the ID for your data source in Grafana. - - `` wth the UID for your data source in Grafana. - -## Add a folder - -The following YAML definition creates a folder in your Grafana instance. - -1. Create a file named `folder.yml` and add the following: - - ```yaml - apiVersion: grizzly.grafana.com/v1alpha1 - kind: DashboardFolder - metadata: - name: - spec: - title: - uid: - ``` - -1. Replace the following field values: - - `` with the name of the folder to be added in Grafana. - - `` with the UID for your folder in Grafana. - -## Add a dashboard to the folder - -Use the following YAML definition to create a simple dashboard in the Grafana instance folder from the previous step. To add more than a title and UID to the dashboard, you can convert your dashboard JSON config to YAML and paste it under `spec`. - -1. Create a file named `dashboard.yml` and add the following: - - ```yaml - apiVersion: grizzly.grafana.com/v1alpha1 - kind: Dashboard - metadata: - folder: - name: influxdb-cloud-demos - spec: - title: InfluxDB Cloud Demos - uid: influxdb-cloud-demos - ``` - -1. Replace the following field values: - - `` with the name of the folder created in the previous step. - -## Using Grizzly CLI - -In a terminal, run the following commands from the directory where all of the YAML definitions are located. - -1. Add the data source. - - ```shell - grr apply data-source.yml - ``` - -1. Add a folder. - - ```shell - grr apply folder.yml - ``` - -1. Add a dashboard to the folder. - - ```shell - grr apply dashboard.yml - ``` - -## Validation - -Once you apply the configurations using the Grizzly CLI, you should be able to verify the following: - -- A new data source (InfluxDB in this example) is visible in Grafana. - - ![InfluxDB datasource](/static/img/docs/grafana-cloud/terraform/influxdb_datasource_tf.png) - -- A new dashboard and folder in Grafana. In the following image a dashboard named `InfluxDB Cloud Demos` was created inside the `Demos` folder. - - ![InfluxDB dashboard](/static/img/docs/grafana-cloud/grizzly/grizzly-folder-dashboard-datasource.png) - -## Conclusion - -In this guide, you created a data source, folder, and dashboard using Grizzly. - -To learn more about managing Grafana using Grizzly, see the [Grizzly documentation](https://grafana.github.io/grizzly/). diff --git a/docs/sources/as-code/observability-as-code/_index.md b/docs/sources/as-code/observability-as-code/_index.md index 96c5275781a..338d9235255 100644 --- a/docs/sources/as-code/observability-as-code/_index.md +++ b/docs/sources/as-code/observability-as-code/_index.md @@ -1,5 +1,5 @@ --- -description: Overview of Observability as Code including description, key features, and explanation of benefits. +description: Overview of Observability as code including description, key features, and explanation of benefits. keywords: - observability - configuration @@ -13,30 +13,26 @@ labels: - enterprise - oss - cloud -title: Observability as Code +title: Observability as code weight: 100 cards: items: - - title: Get started - height: 24 - href: ./get-started/ - description: Learn about how you can use Observability as Code. - title: Grafana CLI height: 24 href: ./grafana-cli/ - description: Grafana CLI (`grafanactl`) is a command-line tool designed to simplify interaction with Grafana instances. You can authenticate, manage multiple environments, and perform administrative tasks through Grafana’s REST API, all from the terminal. + description: Grafana CLI (`grafanactl`) is a command-line tool designed to simplify interaction with Grafana instances using the new REST APIs. You can authenticate, manage multiple environments, and perform administrative tasks from the terminal. It's suitable for CI/CD pipelines, local development, or free-form tasks. + - title: Foundation SDK + height: 24 + href: ./foundation-sdk/ + description: The Grafana Foundation SDK is a set of tools, types, and libraries that let you define Grafana dashboards and resources using familiar programming languages like Go, TypeScript, Python, Java, and PHP. Use it in conjunction with `grafanactl` to push your programmatically generated resources. - title: JSON schema v2 height: 24 href: ./schema-v2/ description: Grafana dashboards are represented as JSON objects that store metadata, panels, variables, and settings. Observability as Code works with all versions of the JSON model, and it's fully compatible with version 2. - - title: Foundation SDK - height: 24 - href: ./foundation-sdk/ - description: The Grafana Foundation SDK is a set of tools, types, and libraries that let you define Grafana dashboards and resources using strongly typed code. - title: Git Sync (private preview) height: 24 href: ./provision-resources/intro-git-sync/ - description: Git Sync is an experimental feature that lets you store your dashboard files in a GitHub repository and synchronize those changes with your Grafana instance. + description: Git Sync lets you store your dashboard files in a GitHub repository and synchronize those changes with your Grafana instance, enabling version control, branching, and pull requests directly from Grafana. - title: File provisioning (private preview) height: 24 href: ./provision-resources/ @@ -51,6 +47,13 @@ hero: canonical: https://grafana.com/docs/grafana/latest/as-code/observability-as-code/ aliases: - ../observability-as-code/ # /docs/grafana/next/observability-as-code/ + - ../observability-as-code/get-started/ +refs: + infra-as-code: + - pattern: /docs/grafana/ + destination: /docs/grafana//as-code/infrastructure-as-code/ + - pattern: /docs/grafana-cloud/ + destination: /docs/grafana-cloud/as-code/infrastructure-as-code/ --- {{< docs/hero-simple key="hero" >}} @@ -59,58 +62,31 @@ aliases: ## Overview -Observability as Code lets you apply code management best practices to your observability resources. -By representing Grafana resources as code, you can integrate them into existing infrastructure-as-code workflows and apply standard development practices. +Grafana provides a suite of tools for **Observability as code** to help you manage your Grafana resources programmatically and at scale. This approach lets you define dashboards, data sources, and other configurations in code, enabling version control, automated testing, and reliable deployments through CI/CD pipelines. You can apply code management best practices to your observability resources, and integrate them into existing infrastructure-as-code workflows. -Observability as Code provides more control over configuration. Instead of manually configuring dashboards or settings through the Grafana UI, you can: +Historically, managing Grafana as code involved various community and Grafana Labs tools, but lacked a single, cohesive story. Grafana 12 introduces foundational improvements, including new versioned APIs and official tooling, to provide a clearer path forward: -- Write configurations in code: Define dashboards in JSON or other supported formats. -- Sync your Grafana setup to GitHub: Track changes, collaborate, and roll back updates using Git and GitHub, or other remote sources. -- Automate with CI/CD: Integrate Grafana directly into your development and deployment pipelines. -- Standardize workflows: Ensure consistency across your teams by using repeatable, codified processes for managing Grafana resources. +- This approach requires handling HTTP requests and responses but provides complete control over resource management. +- `grafanactl`, Git Sync, and the Foundation SDK are all built on top of these APIs. +- To understand Dashboard Schemas accepted by the APIs, refer to the [JSON models documentation](https://grafana.com/docs/grafana//observability-as-code/schema-v2/). ## Explore {{< card-grid key="cards" type="simple" >}} - +- [Terraform](https://grafana.com/docs/grafana-cloud/as-code/infrastructure-as-code/terraform/) + - Use the Grafana Terraform provider to manage dashboards, alerts, and more. + - Understand how to define and deploy resources using HCL/JSON configurations. +- [Ansible](https://grafana.com/docs/grafana-cloud/as-code/infrastructure-as-code/ansible/) + - Learn to use the Grafana Ansible collection to manage Grafana Cloud resources, including folders and cloud stacks. + - Write playbooks to automate resource provisioning through the Grafana API. +- [Grafana Operator](https://grafana.com/docs/grafana-cloud/as-code/infrastructure-as-code/grafana-operator/) + - Utilize Kubernetes-native management with the Grafana Operator. + - Manage dashboards, folders, and data sources via Kubernetes Custom Resources. + - Integrate with GitOps workflows for seamless version control and deployment. +- [Crossplane](https://github.com/grafana/crossplane-provider-grafana) lets you manage Grafana resources using Kubernetes manifests with the Grafana Crossplane provider. +- [Grafonnet](https://github.com/grafana/grafonnet) is a Jsonnet library for generating Grafana dashboard JSON definitions programmatically. diff --git a/docs/sources/as-code/observability-as-code/get-started.md b/docs/sources/as-code/observability-as-code/get-started.md deleted file mode 100644 index 97271dbf430..00000000000 --- a/docs/sources/as-code/observability-as-code/get-started.md +++ /dev/null @@ -1,88 +0,0 @@ ---- -description: Get started with Observability as Code by exploring the documentation, libraries, and tools available for as-code practices. -keywords: - - configuration - - as code - - as-code - - dashboards - - Git Sync - - Git -labels: - products: - - enterprise - - oss -title: Get started with Observability as Code -weight: 100 -canonical: https://grafana.com/docs/grafana/latest/as-code/observability-as-code/get-started/ -aliases: - - ../../observability-as-code/get-started/ # /docs/grafana/next/observability-as-code/get-started/ ---- - -# Get started with Observability as Code - -Grafana provides a suite of tools for **Observability as Code** to help you manage your Grafana resources programmatically and at scale. This approach lets you define dashboards, data sources, and other configurations in code, enabling version control, automated testing, and reliable deployments through CI/CD pipelines. - -Historically, managing Grafana as code involved various community and Grafana Labs tools, but lacked a single, cohesive story. Grafana 12 introduces foundational improvements, including new versioned APIs and official tooling, to provide a clearer path forward. - -## Grafana CLI (`grafanactl`) - -Use the official command-line tool, `grafanactl`, to interact with your Grafana instances and manage resources via the new APIs. - -- It's the recommended tool for automation and direct API interaction, suitable for CI/CD pipelines and local development or free-form tasks. It supports pulling/pushing configurations from remote instances, validating configurations, and more. -- `grafanactl` works across all environments for Grafana OSS, Enterprise, and Cloud. - -Refer to the [Grafana CLI (`grafanactl`)](https://grafana.com/docs/grafana//observability-as-code/grafana-cli) documentation for more information. - -## Git Sync - -For an integrated, UI-driven Git workflow focused on dashboards, explore Git Sync. - -- Connect folders or entire Grafana instances directly to a GitHub repository to synchronize dashboard definitions, enabling version control, branching, and pull requests directly from Grafana. -- Git Sync offers a simple, out-of-the-box approach for managing dashboards as code. - {{< admonition type="note" >}} - Git Sync is available in **private preview** for Grafana Cloud, and it's an **experimental feature** in Grafana 12, available in Grafana OSS and Enterprise [nightly releases](https://grafana.com/grafana/download/nightly). - {{< /admonition >}} - -Refer to the [Git Sync documentation](https://grafana.com/docs/grafana//observability-as-code/provision-resources/intro-git-sync/) to learn more. - -## Direct API usage - -For maximum flexibility, advanced use cases, or building custom tooling, you can interact directly with the underlying versioned APIs. - -- This approach requires handling HTTP requests and responses but provides complete control over resource management. -- `grafanactl`, Git Sync, and the Foundation SDK are all built on top of these APIs. -- To understand Dashboard Schemas accepted by the APIs, refer to the [JSON models documentation](https://grafana.com/docs/grafana//observability-as-code/schema-v2/). - -Refer to the [Grafana APIs](https://grafana.com/docs/grafana//developers/http_api/apis/) documentation for more information. - -## Foundation SDK - -To programmatically define your Grafana resources (like dashboards or alerts) using familiar programming languages, use Foundation SDK. - -- Define resources using strongly typed builders in languages like Go, TypeScript, Python, Java, and PHP. -- Avoid crafting complex JSON manually and integrate resource generation into your existing development workflows. -- Catch errors at compile time and easily integrate resource generation into your CI/CD pipelines. -- Use in conjunction with `grafanactl` to push your programmatically generated resources. - -Refer to the [Foundation SDK](../foundation-sdk) documentation for more information. - -## Additional Observability as Code tools - -If you're already using established Infrastructure as Code or other configuration management tools, Grafana offers integrations to manage resources within your existing workflows. - -- [Terraform](https://grafana.com/docs/grafana-cloud/as-code/infrastructure-as-code/terraform/) - - Use the Grafana Terraform provider to manage dashboards, alerts, and more. - - Understand how to define and deploy resources using HCL/JSON configurations. - -- [Ansible](https://grafana.com/docs/grafana-cloud/as-code/infrastructure-as-code/ansible/) - - Learn to use the Grafana Ansible collection to manage Grafana Cloud resources, including folders and cloud stacks. - - Write playbooks to automate resource provisioning through the Grafana API. - -- [Grafana Operator](https://grafana.com/docs/grafana-cloud/as-code/infrastructure-as-code/grafana-operator/) - - Utilize Kubernetes-native management with the Grafana Operator. - - Manage dashboards, folders, and data sources via Kubernetes Custom Resources. - - Integrate with GitOps workflows for seamless version control and deployment. - -- [Crossplane](https://github.com/grafana/crossplane-provider-grafana) lets you manage Grafana resources using Kubernetes manifests with the Grafana Crossplane provider. -- [Grafonnet](https://github.com/grafana/grafonnet) is a Jsonnet library for generating Grafana dashboard JSON definitions programmatically. -- [Grizzly](https://grafana.com/docs/grafana-cloud/as-code/infrastructure-as-code/grizzly/dashboards-folders-datasources/) is a deprecated command-line tool that simplifies managing Grafana resources using Kubernetes-inspired YAML syntax. diff --git a/docs/sources/as-code/observability-as-code/grafana-cli/_index.md b/docs/sources/as-code/observability-as-code/grafana-cli/_index.md index 4fef9d2c699..c23b88a52a9 100644 --- a/docs/sources/as-code/observability-as-code/grafana-cli/_index.md +++ b/docs/sources/as-code/observability-as-code/grafana-cli/_index.md @@ -30,7 +30,7 @@ cards: title: Manage resources with Grafana CLI title_class: pt-0 lh-1 hero: - description: Grafana CLI (`grafanactl`) is a command-line tool designed to simplify interaction with Grafana instances. It enables users to authenticate, manage multiple environments, and perform administrative tasks through Grafana’s REST API, all from the terminal. Whether you're automating workflows in CI/CD pipelines or switching between staging and production environments, Grafana CLI provides a flexible and scriptable way to manage your Grafana setup efficiently. + description: Grafana CLI (`grafanactl`) is a command-line tool designed to simplify interaction with Grafana instances. It enables users to authenticate, manage multiple environments, and perform administrative tasks through Grafana’s REST API, all from the terminal. Whether you're automating workflows in CI/CD pipelines or switching between staging and production environments, Grafana CLI provides a flexible and scriptable way to manage your Grafana setup efficiently. `grafanactl` works across all environments for Grafana OSS, Enterprise, and Cloud. height: 110 level: 1 title: Grafana CLI diff --git a/docs/sources/as-code/observability-as-code/provision-resources/_index.md b/docs/sources/as-code/observability-as-code/provision-resources/_index.md index c057c71e755..9bfb54b77c0 100644 --- a/docs/sources/as-code/observability-as-code/provision-resources/_index.md +++ b/docs/sources/as-code/observability-as-code/provision-resources/_index.md @@ -25,7 +25,7 @@ aliases: Git Sync is available in [private preview](https://grafana.com/docs/release-life-cycle/) for Grafana Cloud. Support and documentation is available but might be limited to enablement, configuration, and some troubleshooting. No SLAs are provided. You can sign up to the private preview using the [Git Sync early access form](https://forms.gle/WKkR3EVMcbqsNnkD9). -Git Sync and local file provisioning are [experimental features](https://grafana.com/docs/release-life-cycle/) introduced in Grafana v12 for open source and Enterprise editions. Engineering and on-call support is not available. Documentation is either limited or not provided outside of code comments. No SLA is provided. +Git Sync and local file provisioning are [experimental features](https://grafana.com/docs/release-life-cycle/) introduced in Grafana v12 for open source and Enterprise editions available in [nightly releases](https://grafana.com/grafana/download/nightly). Engineering and on-call support is not available. Documentation is either limited or not provided outside of code comments. No SLA is provided. {{< /admonition >}}