Remove value of Grafana alert condition to description

Hi teams,

I have Grafana alert rule as below:


The query is series A, the condition is series C.
In the annotations, I added the description:

Swap Memory is over the threshold with value:
{{ $value }}
with 
{{ $labels }}

When I check the description, it always includes the value of the condition in the message(in my case is series C) like this:


And the emails I received always have one more value, 1%.

Please let me know how can I remove it from the description.

hi @lengochungptit

Is this extra 1% also appearing in different contact points (slack, etc)?

Could you try to send an alert notification to a public webhook ?

You can generate one here:

Thanks @antonio ,

I can eliminate this issue with query: {{ index $values “A” }}

1 Like