You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have modified the pinpoint.config file as follows:
'profiler.http.status.code.errors=3xx, 4xx, 5xx'
As shown in the attached image, even when the status code is 400, it is displayed as a green dot.
I suspect this is because one of the status codes in the call tree is 200, which might be causing it to be displayed as a green dot.
I would appreciate if you could verify this issue.
(in Pinpoint version 2.x, it is correctly displayed as a red dot.)
The text was updated successfully, but these errors were encountered:
I have modified the pinpoint.config file as follows:
'profiler.http.status.code.errors=3xx, 4xx, 5xx'
As shown in the attached image, even when the status code is 400, it is displayed as a green dot.
I suspect this is because one of the status codes in the call tree is 200, which might be causing it to be displayed as a green dot.
I would appreciate if you could verify this issue.
(in Pinpoint version 2.x, it is correctly displayed as a red dot.)
The text was updated successfully, but these errors were encountered: