How do you display a text/string value in Grafana with the data fetched from the JSON API plugin?
My datasource the url is https://bensapi.pythonanywhere.com/ that returns:
{"message":"Hello from Flask!","status":"success"}
Setting up the data source for this URL and EXPLORE option it works, the string on the bottom is what I am looking to display:
In grafana selecting this type of chart:
And trying to recreate my steps from the EXPLORE process of the data source I cant seem to plot the Hello from Flask string on a dashboard. Any tips appreciated.



