Alerting: Fix metric in Images in Notifications docs (#58954)

This commit is contained in:
George Robinson 2022-11-18 16:28:00 +00:00 committed by GitHub
parent e19957bbc8
commit 4da97aef7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. 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. 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_alerting_image_cache_hits_total`
- `grafana_screenshot_cache_misses_total` - `grafana_alerting_image_cache_misses_total`
- `grafana_screenshot_duration_seconds` - `grafana_screenshot_duration_seconds`
- `grafana_screenshot_failures_total` - `grafana_screenshot_failures_total`
- `grafana_screenshot_successes_total` - `grafana_screenshot_successes_total`