Hello, I’m Sampler808 (South Korea User)
We are building a monitoring system using Grafana’s alert message function.
Alert Code Query:“select numerator/denominator*100 from number”
However, in addition to the value for the threshold value, is it possible to express the value used in the calculation or the value exposed by separately querying the DB in alert_message?
As an example, 33.33 can be expressed as 100/300 * 100 → 33.33%
“33.33” → X
“33.33 (numerator: 100, denominator: 300)” → O
I want this type of data to be displayed in the alert
Thank You.
~ the grafana team