How to get labels from metrics in notification template?

Through .ValueString, I can see the labels in the conditions that actually triggered the alert.

But it seems .Values only has the condition letter and value.

Is using regular expressions with .ValueString the only way to figure out the name of the metric? Is this exported somewhere in a more convenient format?