pinpoint icon indicating copy to clipboard operation
pinpoint copied to clipboard

Error in getting http status code by springcloud gateway( reactor-netty )

Open zxy1994 opened this issue 2 years ago • 7 comments

Sorry, my English level is not very good, but I try my best.

Prerequisites

I have checked the FAQ, and issues and found no answer.

What version of pinpoint are you using?

v2.3.3

Describe the bug

Error in getting http status code by springcloud gateway( reactor-netty ) ;

  1. The http status code returned on the gateway is 400, but it is shown as 200 on Pinpoint.

  2. This error should be due to the wrong http status code obtained by pinpoint plug-in(pinpoint-reactor-netty-plugin).

  3. The following two images mainly illustrate that the program actually failed, but the gateway still showed success. 1 2

  4. The following two images mainly show that the status code actually returned by the gateway is 400, but it is shown as 200 on pinpoint. 3 4

zxy1994 avatar Jan 06 '22 09:01 zxy1994