I just wanna monitor whether an endpoint is up or not that's it. I can return a simple JSON as shown below
localhost:8080/status { "status" : "UP/Down/Critical"}
I want to show this simple information in Grafana real-time
Currently I'm using Infinity Datasource or Sample JSON data source. I intend to use Status panel visualization tool, which is not working.
Moreover, in grafana-api is saw datasource field, which I don't know How to use.
A newbee to Grafana