Compare last values of two columns in SQL table to Create Grafana Alerts Condition
I have columns such as ‘LTP’ = 10, ‘lowerbound’ = 20, ‘Timestamp’ in a SQL table. If last value of ‘LTP’ < ‘lowerbound’, then alert should get triggered in Grafana.
I have columns such as ‘LTP’ = 10, ‘lowerbound’ = 20, ‘Timestamp’ in a SQL table. If last value of ‘LTP’ < ‘lowerbound’, then alert should get triggered in Grafana.