Docs: fixes minor errors (#70458)

* Docs: fixes minor errors

* adds links

* remove trailing slash

---------

Co-authored-by: Chris Moyer <chris.moyer@grafana.com>
This commit is contained in:
brendamuir 2023-06-21 18:53:24 +02:00 committed by GitHub
parent 929d9eaa91
commit d8ffc6be5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 16 deletions

View File

@ -10,11 +10,11 @@ keywords:
- guide - guide
- rules - rules
- create - create
title: Create a Grafana Mimir or Loki managed alerting rules title: Create Grafana Mimir or Loki managed alert rules
weight: 400 weight: 400
--- ---
# Create a Grafana Mimir or Loki managed alerting rules # Create Grafana Mimir or Loki managed alert rules
Grafana allows you to create alerting rules for an external Grafana Mimir or Loki instance that has ruler API enabled. For information on Grafana Alerting, see [About Grafana Alerting]({{< relref "../../alerting" >}}) which explains the various components of Grafana Alerting. We also recommend that you familiarize yourself with some of the [fundamental concepts]({{< relref "../fundamentals" >}}) of Grafana Alerting. Grafana allows you to create alerting rules for an external Grafana Mimir or Loki instance that has ruler API enabled. For information on Grafana Alerting, see [About Grafana Alerting]({{< relref "../../alerting" >}}) which explains the various components of Grafana Alerting. We also recommend that you familiarize yourself with some of the [fundamental concepts]({{< relref "../fundamentals" >}}) of Grafana Alerting.

View File

@ -1,4 +1,5 @@
--- ---
menuTitle: Introduction
aliases: aliases:
- metrics/ - metrics/
- unified-alerting/fundamentals/ - unified-alerting/fundamentals/

View File

@ -22,15 +22,3 @@ Once you have set up your alert rules, contact points, and notification policies
[View the state and health of alert rules]({{< relref "./view-state-health" >}}) [View the state and health of alert rules]({{< relref "./view-state-health" >}})
[View and filter alert rules]({{< relref "./view-alert-rules" >}}) [View and filter alert rules]({{< relref "./view-alert-rules" >}})
Choosing how, when, and where to send your alert notifications is an important part of setting up your alerting system. These decisions will have a direct impact on your ability to resolve issues quickly and not miss anything important.
As a first step, define your contact points; where to send your alert notifications to. A contact point is a set of one or more integrations that are used to deliver notifications. Add notification templates to contact points for reuse and consistent messaging in your notifications.
Next, create a notification policy which is a set of rules for where, when and how your alerts are routed to contact points. In a notification policy, you define where to send your alert notifications by choosing one of the contact points you created. Add mute timings to your notification policy. A mute timing is a recurring interval of time during which you dont want any notifications to be sent out.
You can also add silences to stop notifications from one or more alert rules. The difference between a silence and a mute timing is that a silence only lasts for a specified window of time.
When an alert rule fires, the ruler sends alert instances to the Alertmanager; one alert rule can trigger multiple individual alert instances.
The Alertmanager receives these alert instances and then handles silences, groups alerts, and sends notifications to your contact points as defined in the notification policy.

View File

@ -18,7 +18,7 @@ Set up or upgrade your implementation of Grafana Alerting.
These are set-up instructions for Grafana Alerting Open Source. These are set-up instructions for Grafana Alerting Open Source.
To set up Grafana Alerting for Cloud, see ({{< relref "./set-up/set-up-cloud" >}}) To set up Grafana Alerting for Cloud, see [Set up Alerting for Cloud]({{< relref "../set-up/set-up-cloud" >}}).
## Before you begin ## Before you begin

View File

@ -30,7 +30,7 @@ Grafana Cloud Alerting's Prometheus-style alerts are built by querying directly
These are set up instructions for Grafana Alerting Cloud. These are set up instructions for Grafana Alerting Cloud.
To set up Grafana Alerting for Open Source, see ({{< relref "./set-up" >}}) To set up Grafana Alerting for Open Source, see [Set up]({{< relref "../_index.md" >}}).
To set up Alerting, you need to: To set up Alerting, you need to: