Closed tyge68 closed 3 years ago
Are u using the dashboard provided in the example? If so, can u please update it so that new users can also make use if this new field.?
@pjcalvo I am not using it actually as it is, but it's pretty simple to use as the idea is to tag with the error code, so one can do anything with it. In my case I used a gauge to display the 500 and 503 error ratio against total number of requests. But one can also like to simply have a bar charts or any other charts with it.
I will manually release the new version in the next days. Thanks for ccontributing.
Adding code so that when a request failure is received it will check if the exception is an HTTPError (which should be the case most of the time).
then it add in that case a tag 'code' with the response status code information.