From 5d06f86178a97ecf967db0bdf51c1a34552627bf Mon Sep 17 00:00:00 2001 From: antonio <45235678+tonypowa@users.noreply.github.com> Date: Tue, 2 Jul 2024 13:34:39 +0200 Subject: [PATCH] alerting>home:get-started (#89835) * alerting>home:get-started * all pretty no pity * applied suggestions * prettier-betterer * betterer --- .betterer.results | 4 +-- .../alerting/unified/home/GettingStarted.tsx | 28 +++++++++++-------- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/.betterer.results b/.betterer.results index 70347d3110f..a3f84ce1d29 100644 --- a/.betterer.results +++ b/.betterer.results @@ -2487,9 +2487,7 @@ exports[`better eslint`] = { [0, 0, 0, "No untranslated strings. Wrap text with ", "10"], [0, 0, 0, "No untranslated strings. Wrap text with ", "11"], [0, 0, 0, "No untranslated strings. Wrap text with ", "12"], - [0, 0, 0, "No untranslated strings. Wrap text with ", "13"], - [0, 0, 0, "No untranslated strings. Wrap text with ", "14"], - [0, 0, 0, "No untranslated strings. Wrap text with ", "15"] + [0, 0, 0, "No untranslated strings. Wrap text with ", "13"] ], "public/app/features/alerting/unified/home/Insights.tsx:5381": [ [0, 0, 0, "No untranslated strings. Wrap text with ", "0"] diff --git a/public/app/features/alerting/unified/home/GettingStarted.tsx b/public/app/features/alerting/unified/home/GettingStarted.tsx index b0be37de447..8c80eb9c0ba 100644 --- a/public/app/features/alerting/unified/home/GettingStarted.tsx +++ b/public/app/features/alerting/unified/home/GettingStarted.tsx @@ -38,24 +38,28 @@ export default function GettingStarted() { Get started
  • - Create an alert rule by adding queries and expressions from multiple data - sources. + Create an alert rule to query a data source and evaluate the condition defined + in the alert rule
  • - Add labels to your alert rules{' '} - to connect them to notification policies + Route alert notifications either directly to a contact point or through + notification policies for more flexibility
  • - Configure contact points to define where to send your notifications to. -
  • -
  • - Configure notification policies to route your alert instances to contact - points. + Monitor your alert rules using dashboards and visualizations
- - Read more in the docs - +

+ For a hands-on introduction, refer to our{' '} + + tutorial to get started with Grafana Alerting + +