From e6c962e37c6d0346861fceff3ed008f501a8073a Mon Sep 17 00:00:00 2001 From: antonio <45235678+tonypowa@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:05:39 +0200 Subject: [PATCH] docs>tutorial:improve set up section (#93988) * docs>tutorial:improve set up section * removed section * simplified content/fixed link --- .../tutorials/alerting-get-started/index.md | 43 +++++++++---------- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/docs/sources/tutorials/alerting-get-started/index.md b/docs/sources/tutorials/alerting-get-started/index.md index 169b1634b65..7ebea1418eb 100644 --- a/docs/sources/tutorials/alerting-get-started/index.md +++ b/docs/sources/tutorials/alerting-get-started/index.md @@ -49,31 +49,43 @@ Before you dive in, remember that you can [explore advanced topics like alert in {{< /docs/ignore >}} - + + +{{< docs/ignore >}} + +## Set up the Grafana stack + +{{< /docs/ignore >}} ## Before you begin -### Grafana Cloud users +There are different ways you can follow along with this tutorial. -As a Grafana Cloud user, you don't have to install anything. +### Grafana Cloud - +As a Grafana Cloud user, you don't have to install anything. [Create your free account](http://grafana.com/auth/sign-up/create-user). Continue to [Create a contact point](#create-a-contact-point). - +### Interactive learning environment -### Grafana OSS users +Alternatively, you can try out this example in our interactive learning environment: [Get started with Grafana Alerting](https://killercoda.com/grafana-labs/course/grafana/alerting-get-started/). -In order to run a Grafana stack locally, ensure you have the following applications installed. +It's a fully configured environment with all the dependencies already installed. + +### Grafana OSS + +If you opt to run a Grafana stack locally, ensure you have the following applications installed: - [Docker Compose](https://docs.docker.com/get-docker/) (included in Docker for Desktop for macOS and Windows) - [Git](https://git-scm.com/) -#### Set up the Grafana Stack (OSS users) +#### Set up the Grafana stack (OSS users) -To demonstrate the observation of data using the Grafana stack, download the files to your local machine. + + +To demonstrate the observation of data using the Grafana stack, download and run the following files. 1. Clone the [tutorial environment repository](https://www.github.com/grafana/tutorial-environment). @@ -135,19 +147,6 @@ To demonstrate the observation of data using the Grafana stack, download the fil {{< /docs/ignore >}} - - - {{< admonition type="tip" >}} - Alternatively, you can try out this example in our interactive learning environment: [Get started with Grafana Alerting](https://killercoda.com/grafana-labs/course/grafana/alerting-get-started/). - - It's a fully configured environment with all the dependencies already installed. - - ![Interactive](/media/docs/grafana/full-stack-ile.png) - - Provide feedback, report bugs, and raise issues in the [Grafana Killercoda repository](https://github.com/grafana/killercoda). - {{< /admonition >}} - -