I am using Grafana v9.4 and I just want to access the to
and from
variables that were used in the time range for the query that triggered the alert rule so that I can generate an “explore” link with the appropriate absolute time range values.
Is this possible? I can’t find any conclusive answers as to what variables (aside from $labels, $value, $values) are available in an alert summary/annotation.
I’ve tried many different variable format combinations including: ${ __to }, $to, $__to, {{ $to }}, {{ $__to }}, {{ .to }} with no luck. I also made sure to attempt to access them separately so any of the bad variable values don’t keep any possibly good ones from being interpolated.