I have an API and returning JSON data format. Currently, I can display all data in a table on the Grafana panel.
But, I can not create an alert for JSON data format. Is this possible?
I read from somewhere and the article was saying, we can create alerts only for Time-series panels. If its true, then what is the data format for the Time-series. My API should return what kind of data.
Is it possible for one to use Backend Parser to create an alert where the JSON looks like as shown below, and we can alert on status being down? I tried the usual Value Mappings features of Grafana which works fine for converting up to 1 and down to 0, but only dashboards, not for alerts.
In other words, if we use Backend Parser for alerting (which we must), and we must alert on numerical data, what’s the trick to converting Up to 1 and Down to 0?
In this case, is it possible to find a solution or a trick for setting up an alert, which detects a version change as an update? For example, v30102 → v30103