From b6145fcb4c755f7389fe8a5355927d344e920546 Mon Sep 17 00:00:00 2001 From: brendamuir <100768211+brendamuir@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:42:58 +0200 Subject: [PATCH] Alerting docs: delete screensbots (#88608) * Alerting docs: delete screensbots * deletes screenshot 2 --- .../alerting/fundamentals/alert-rules/queries-conditions.md | 2 -- .../alerting/fundamentals/notifications/contact-points.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/docs/sources/alerting/fundamentals/alert-rules/queries-conditions.md b/docs/sources/alerting/fundamentals/alert-rules/queries-conditions.md index 3034474b500..55efac7be87 100644 --- a/docs/sources/alerting/fundamentals/alert-rules/queries-conditions.md +++ b/docs/sources/alerting/fundamentals/alert-rules/queries-conditions.md @@ -47,8 +47,6 @@ A query specifies the desired data to retrieve from a data source and applies re In Alerting, an alert rule defines of one or more queries and expressions that select the data you want to measure and a [condition](#alert-condition) that needs to be met before an alert rule fires. -{{< figure src="/media/docs/alerting/alerting-define-query-and-alert-condition.png" max-width="750px" >}} - ## Data source queries Alerting queries are the same type of queries available in Grafana panels. Queries in Grafana can be applied in various ways, depending on the data source and query language being used. However, not all [data sources support Alerting](ref:data-source-alerting). diff --git a/docs/sources/alerting/fundamentals/notifications/contact-points.md b/docs/sources/alerting/fundamentals/notifications/contact-points.md index 5e2353cebe9..71ada4b0ea7 100644 --- a/docs/sources/alerting/fundamentals/notifications/contact-points.md +++ b/docs/sources/alerting/fundamentals/notifications/contact-points.md @@ -34,8 +34,6 @@ Contact points contain the configuration for sending alert notifications. You ca A contact point is a [list of integrations](ref:contact-point-integrations), each of which sends a notification to a particular email, webhook, or service such as Slack, Pagerduty, or Grafana OnCall. Each contact point also defines the notification message to be sent, which can use the predefined message, a custom message, or notification templates. -{{< figure src="/media/docs/alerting/alerting-contact-points.png" max-width="750px" alt="Set the evaluation behavior of the alert rule in Grafana." >}} - Contact points can have multiple integrations of the same kind, or a combination of integrations of different kinds. For example, a contact point could contain a Pagerduty integration; an email and Slack integration; or a Pagerduty integration, a Slack integration, and two email integrations. You can also configure a contact point with no integrations; in which case no notifications are sent.