liqiangz opened a new issue #6906: URL: https://github.com/apache/skywalking/issues/6906
Please answer these questions before submitting your issue. - Why do you submit this issue? - [ ] Question or discussion - [ ] Bug - [x] Requirement - [ ] Feature or performance improvement ### Requirement or improvement - Please describe your requirements or improvement suggestions. Now the http request regards all requests with http status code >= 400 as failed. But as a http server, we often use 403 as the status code of not logged in. In some other scenarios , we do not want the 404 or 405 status code to interfere with the statistics of the successful rate.  Maybe We can support `statuscheck.ignored_server-side_http_status_code` in agent configuration. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
