I am using Grafana 8.52 version.
I have created a grafana dashboard for AWS billing alert. I am using cloudWatch data source to get metrics.
In the below way I have created an alert.
I am getting a email response like below
My expectation is not only receiving an email, I wanted to receive the actual billing in the email along with warning message.
For example - If I am defining the max budget $6000 and bill reached 7000$, then as a output I should get 7000$ value.
How I can implement the alerting feature for aws billing where I will get desire result.