Closed jzdayz closed 3 years ago
Spring Boot Version: 2.1.10.RELEASE
In your case, I would recommend you to remove the Undertow plugin. SpringMVC plugins are good enough for you. And the ignore-plugin will work after that.
In your case, I would recommend you to remove the Undertow plugin. SpringMVC plugins are good enough for you. And the ignore-plugin will work after that.
I also met the same problem. I did it according to the method you mentioned above, but it didn't work
Please answer these questions before submitting your issue.
Question
I want to hide the endpoint as /ping
Before that, I used spring-boot-stater-tomcat and is worked, but when I switch to undertow I found that this configuration not working,how can i do that?
config/apm-trace-ignore-plugin.config
plugins
Bug
Which version of SkyWalking, OS, and JRE? skywalking version: 8.3 OS : centos 7.9 JRE:
Which company or project?
What happened? If possible, provide a way to reproduce the error. e.g. demo application, component version.
Requirement or improvement