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/01 02:34:42 UTC

[GitHub] [skywalking] snpcp opened a new issue #4998: [nginx-lua] How do I deliver traceid and span?

snpcp opened a new issue #4998:
URL: https://github.com/apache/skywalking/issues/4998


   Hi,
   
   When I using skywalking for nginx, how does the upstream server get the traceid and span generated by skywalking of Nginx? This relates to how can Nginx and upstream server be concatenated. Please tell me what I should do?
   
   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] wu-sheng commented on issue #4998: [nginx-lua] How do I deliver traceid and span?

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


   Don't know what is your meaning.


----------------------------------------------------------------
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 #4998: [nginx-lua] How do I deliver traceid and span?

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


   


----------------------------------------------------------------
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 #4998: [nginx-lua] How do I deliver traceid and span?

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


   That is cross process propagation protocol. Read document in the main repo. It is defined there. Not just trace id. Your question is not right.


----------------------------------------------------------------
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 #4998: [nginx-lua] How do I deliver traceid and span?

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


   Nginx lua agent is just an implementation of SkyWalking tracing model. Nothing more.


----------------------------------------------------------------
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] snpcp commented on issue #4998: [nginx-lua] How do I deliver traceid and span?

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


   Excuse me, Could you explain it in detail for me? 
   
   About traceid and span, Don't I have to do anything? so, How do I associate Nginx and Upstream Server?
   
   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] snpcp commented on issue #4998: [nginx-lua] How do I deliver traceid and span?

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


   Hi wu-sheng,
   
   Does Skywalking use SW6 in the upstream request to associate a service? Is that so?
   
   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] wu-sheng commented on issue #4998: [nginx-lua] How do I deliver traceid and span?

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


   https://github.com/apache/skywalking/blob/master/docs/en/protocols/README.md#language-based-native-agent-protocol
   
   If you still don't understanf, you have missed the tracing acknowledge, not skywalking. Consider to read Google Dapper paper.


----------------------------------------------------------------
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] snpcp commented on issue #4998: [nginx-lua] How do I deliver traceid and span?

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


   If Skywalking is used dynamically in my customized Nginx, I need to manually add SW6 to the upstream request.


----------------------------------------------------------------
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] snpcp commented on issue #4998: [nginx-lua] How do I deliver traceid and span?

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


   Sorry, I don't understand skywalking.
   
   So, Traceid is passed to the Server via an upstream request?Or Is nignx and upstream server associated by Skywalking server?
   
   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] wu-sheng commented on issue #4998: [nginx-lua] How do I deliver traceid and span?

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


   If your app has installed the agent, then, yes. You don't need to do anything. That is auto instrumentation.


----------------------------------------------------------------
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] snpcp commented on issue #4998: [nginx-lua] How do I deliver traceid and span?

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


   I know opentracing and read your documentation, but I don't know the principle of nginx relevance to upstream server about traceid.


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