Templating last value of metric into alert message

Hi @coderuslan,
Try this:

{{ $values.B.Value }}

If you want to print only 1 decimal:

{{ printf "%.1f" $values.B.Value }}

Additionally, check links below:

Best regards,
ldrascic