Hi.
I am sending data to grafana as:
curl -i -XPOST ‘http://176.19.141.21:8086/write?db=db’ --data-binary ‘ss value=100, status=200’ , Posting to influxDb
Where status is the http status code. How I can create a dashboard in grafana and show in gauge or bar gauge and show the distribution of the status code ? Like 90 % 200 OK, 10 % 504 Timeout…
THanks