From 47a04102ee553bdda3539cbdf9f8a434e19b1b88 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 18 Nov 2022 11:46:32 -0500 Subject: [PATCH] [v9.3.x] Alerting: Fix metric in Images in Notifications docs (#58979) Alerting: Fix metric in Images in Notifications docs (#58954) (cherry picked from commit 4da97aef7dc202f8fc671ef2f925bb14f3c90ad6) Co-authored-by: George Robinson --- .../alerting/manage-notifications/images-in-notifications.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/alerting/manage-notifications/images-in-notifications.md b/docs/sources/alerting/manage-notifications/images-in-notifications.md index e2dc58e7778..4d0fa1606fc 100644 --- a/docs/sources/alerting/manage-notifications/images-in-notifications.md +++ b/docs/sources/alerting/manage-notifications/images-in-notifications.md @@ -88,8 +88,8 @@ Include images from URL refers to using the external image store. Grafana provides the following metrics to observe the performance and failure rate of images in notifications. For example, if a screenshot could not be taken within the expected time (10 seconds) then the counter `grafana_screenshot_failures_total` is updated. -- `grafana_screenshot_cache_hits_total` -- `grafana_screenshot_cache_misses_total` +- `grafana_alerting_image_cache_hits_total` +- `grafana_alerting_image_cache_misses_total` - `grafana_screenshot_duration_seconds` - `grafana_screenshot_failures_total` - `grafana_screenshot_successes_total`