-
What Grafana version and what operating system are you using? Grafana v12.3.3 on kubernetes
-
What are you trying to achieve? Prometheus Alert emails with meaningful alert graph image
-
How are you trying to achieve it? Enabled image renderer via helm chart:
imageRenderer:
enabled: true
and added to the config.ini:
unified_alerting.screenshots:
capture: true -
What happened? The alert gets triggered, email sent but the embedded graph image is an unexpected timeframe. Triggered on 2026-02-16, the graph image is from 2025-12-05
-
What did you expect to happen? The original prometheus query on the alert manager is set to “now-1h to now” and the graph should reflect the same
In the logs
logger: rendering
msg: Rendering
path: d-solo/Test1Portal/test-1-portal?orgId=1&panelId=27
So I’m not sure how the time range is being defined
I also found this unanswered relatively same issue: Image rendering showing incorrect data for date values