You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/04/13 08:47:47 UTC

[GitHub] [skywalking] teamoTNT opened a new issue, #8868: [Bug] In SpringBoot, When undertow is used to replace tomcat, the Endpoint is duplicated。

teamoTNT opened a new issue, #8868:
URL: https://github.com/apache/skywalking/issues/8868

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Apache SkyWalking Component
   
   Python Agent (apache/skywalking-python)
   
   ### What happened
   
   In SpringBoot, When undertow is used to replace tomcat, the Endpoint is duplicated。
   ![image](https://user-images.githubusercontent.com/103160892/163136432-0a89703e-108f-46ee-a431-0022cef87148.png)
   The endpoint "UndertowDispatch"  is weird, I don't think is one request.
   Meantime, I user the trace-ignore-plugin.jar, and the configuration is (SW_TRACE_IGNORE_PATH=/swagger-resources/**,UndertowDispatch,/health/check), It's couldn't ignore the endpoint 'UndertowDispatch';
   My version is 8.6.0.
   
   ### What you expected to happen
   
    the endpoint "UndertowDispatch"  should pass.
   
   ### How to reproduce
   
   user undertow。
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking] wu-sheng commented on issue #8868: [Bug] In SpringBoot, When undertow is used to replace tomcat, the Endpoint is duplicated。

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #8868:
URL: https://github.com/apache/skywalking/issues/8868#issuecomment-1097727009

   You could remove undertow plugin if you don't need it.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking] teamoTNT commented on issue #8868: [Bug] In SpringBoot, When undertow is used to replace tomcat, the Endpoint is duplicated。

Posted by GitBox <gi...@apache.org>.
teamoTNT commented on issue #8868:
URL: https://github.com/apache/skywalking/issues/8868#issuecomment-1102177638

   OK, thk


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking] teamoTNT commented on issue #8868: [Bug] In SpringBoot, When undertow is used to replace tomcat, the Endpoint is duplicated。

Posted by GitBox <gi...@apache.org>.
teamoTNT commented on issue #8868:
URL: https://github.com/apache/skywalking/issues/8868#issuecomment-1102159032

   How can we get tradeId when we remove undertow plugin.
   Currently we use this method (org.apache.skywalking.apm.toolkit.trace.TraceContext.traceId()) to get tradeId to integrate logtube.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking] wu-sheng commented on issue #8868: [Bug] In SpringBoot, When undertow is used to replace tomcat, the Endpoint is duplicated。

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #8868:
URL: https://github.com/apache/skywalking/issues/8868#issuecomment-1101959743

   We don't have logtube integration, so, don't know what is going on


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking] wu-sheng closed issue #8868: [Bug] In SpringBoot, When undertow is used to replace tomcat, the Endpoint is duplicated。

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #8868: [Bug] In SpringBoot, When undertow is used to replace tomcat, the Endpoint is duplicated。
URL: https://github.com/apache/skywalking/issues/8868


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking] wu-sheng commented on issue #8868: [Bug] In SpringBoot, When undertow is used to replace tomcat, the Endpoint is duplicated。

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #8868:
URL: https://github.com/apache/skywalking/issues/8868#issuecomment-1102162619

   If you want to discuss a question, open a new discussion(not issue).
   Your ask has nothing related to this issue.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking] teamoTNT commented on issue #8868: [Bug] In SpringBoot, When undertow is used to replace tomcat, the Endpoint is duplicated。

Posted by GitBox <gi...@apache.org>.
teamoTNT commented on issue #8868:
URL: https://github.com/apache/skywalking/issues/8868#issuecomment-1101957054

   When i remove undertow plugin, the trace_id of the log will be displayed as N/A。 We are using logtube framework。
   ![1650338981(1)](https://user-images.githubusercontent.com/103160892/163914488-e86ec01d-a7c9-4c1e-9df5-c132cc165976.png)
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org