Just curious whether it’s possible to interpolate the vars set within the tickscript, within an AlertNode's message field?
For example, I have a var timeWindow that I would like to include in my message (Eg. The total error rate for the last {{ index .vars "timeWindow" }} minutes is: {{ index .Fields "error_rate" }}).
