19 Jul 2019 08:45 AM - last edited on 14 Dec 2021 02:39 PM by MaciejNeumann
What tile or metric can I use to count key requests with response status OK (200, 300) and/or KO (400, 500) and show on dashboards?
Thanks for responses.
19 Jul 2019 09:46 AM
If you have key request, you can create custom chart with this measure:
then you can filter out requests by it's name if you want particular one. Then you will have what you need. you have as well measures for requests without 5xx errors with errors (all types) without etc.
Sebastian
19 Jul 2019 10:22 AM
Thanks, but I need a metric that counts responses status 400 + 500 (not separated).
19 Jul 2019 10:58 AM
there is metric for failure rate in general is available there as well. Go to create custom chart => pick Services Category and on metrics list you can write failure key request. You will see bunch of available metrics. Check them there. If you wont have count not percentage, you will have to go to servcies that is the most on the front (for example nginx etc) and you can create multidimensional analysis there which will be able to count number of requests per response code.
Sebastian