I tried to call this api
{{ms}}:8080/v1/o/{{org}}/e/{{env}}/stats/response_status_code?select=sum(message_count)&timeRange....
it returns list of response codes (200, 500, 504)
when calling the same api with further filter
{{ms}}:8080/v1/o/{{org}}/e/{{env}}/stats/response_status_code?filter=(response_status_code+gt+399)&select=sum(message_count)&timeRange....
it returns response contains the following codes:
(500,504,400,403,404,405)
why the first call doesn't return the 4xx codes?
Hi Sawsan,
Can you give the full url without the org/env name ?
Thanks,
Sanjoy