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 2020/07/03 09:30:28 UTC

[GitHub] [skywalking] zcz3313 opened a new issue #5026: reactor traceId does not relate to non-reactor traceId

zcz3313 opened a new issue #5026:
URL: https://github.com/apache/skywalking/issues/5026


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   
   ___
   ### Question
   I have a gateway service based on Spring-WebFlux and a demo service based on Spring-Web.
   I found traceIds on skywalking-UI web, but these traces can't be correlated, they are indepent.
   
   Here are my screen shots:
   
   gateway
   ![1](https://user-images.githubusercontent.com/8746495/86454634-1aa1ca00-bd52-11ea-9d54-704852739175.png)
   demo
   ![2](https://user-images.githubusercontent.com/8746495/86454660-28574f80-bd52-11ea-8bbd-c3baef98ce11.png)
   
   You can see two traces on the screen shots above. Is there anything I missed? 
   
   
   
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #5026: reactor traceId does not relate to non-reactor traceId

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


   If there is across threads happens, you need to propagate the Context. Read the plugin dev doc. We can't guarantee your private gateway. The Spring Gateway(the official one) works well.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng closed issue #5026: reactor traceId does not relate to non-reactor traceId

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #5026:
URL: https://github.com/apache/skywalking/issues/5026


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] icyfox-bupt commented on issue #5026: reactor traceId does not relate to non-reactor traceId

Posted by GitBox <gi...@apache.org>.
icyfox-bupt commented on issue #5026:
URL: https://github.com/apache/skywalking/issues/5026#issuecomment-804183210


   > > If there is across threads happens, you need to propagate the Context. Read the plugin dev doc. We can't guarantee your private gateway. The Spring Gateway(the official one) works well.
   > 
   > My gateway is Spring Cloud Gateway (2.1.12). Anyway I will check the doc first and then reply, thanks.
   
   Hi, I'm facing the same problem, have you fixed it finally?


-- 
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:
users@infra.apache.org



[GitHub] [skywalking] zcz3313 commented on issue #5026: reactor traceId does not relate to non-reactor traceId

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


   > If there is across threads happens, you need to propagate the Context. Read the plugin dev doc. We can't guarantee your private gateway. The Spring Gateway(the official one) works well.
   
   My gateway is Spring Cloud Gateway (2.1.12). Anyway I will check the doc first and then reply, thanks.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [skywalking] zcz3313 commented on issue #5026: reactor traceId does not relate to non-reactor traceId

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


   > > > If there is across threads happens, you need to propagate the Context. Read the plugin dev doc. We can't guarantee your private gateway. The Spring Gateway(the official one) works well.
   > > 
   > > 
   > > My gateway is Spring Cloud Gateway (2.1.12). Anyway I will check the doc first and then reply, thanks.
   > 
   > Hi, I'm facing the same problem, have you fixed it finally?
   
   yes,use the plugin。


-- 
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:
users@infra.apache.org