01 Aug 2023 02:34 PM - last edited on 25 Dec 2023 11:22 AM by AntonPineiro
Hello everyone
Is it possible to do the following? I would like to see, in the same line, the errors of 5XX and 4xx but in the same line. It is in relation with these metrics:
Is it possible to add in advanced mode? Maybe and so that they display data in the same line.
Is it possible to do it using DQL?
Thanks.
01 Aug 2023 02:49 PM
What's your expectation ? You need to add both rates into single value as average ? Then you can simple do ((builtin:service.errors.fivexx.rate:...)+(builtin:service.errors.fourxx.rate:...))/2, where ... are your filters.
01 Aug 2023 02:51 PM
Hi,
I do not understand your requirement totally, but if you change visualition to table, you will have service name, 4xx and 5xx in one row:
Best regards
02 Aug 2023 10:38 AM
I want to add an additional dimension to the "split by" in the metric builder, that in addition to the KeyRequest there will bee a display of count of 2xx/4xx/5xx per request. so it will look like this (taken from the services page)
02 Aug 2023 12:38 PM
Hi,
If I understand you correctly. Those cannot be added in a single row without Grail and DQL.
Best regards
24 Dec 2023 02:14 PM
How can I generate these details within DQL.
25 Dec 2023 11:24 AM
Hi,
I have just edited your original message adding DQL, and move it to DQL section.
I hope someone can provide an answer about it.
Best regards