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 2019/04/02 00:20:21 UTC

[GitHub] [incubator-skywalking] wu-sheng opened a new pull request #2434: Add jaeger traces support

wu-sheng opened a new pull request #2434: Add jaeger traces support 
URL: https://github.com/apache/incubator-skywalking/pull/2434
 
 
   ## Jaeger receiver
   Jaeger receiver right now only works in `Tracing Mode`, and no analysis.
   Jaeger receiver provides extra gRPC host/port, if absent, sharing-server host/port will be used, then core gRPC host/port.
   Receiver requires `jaeger-elasticsearch` storage implementation active. 
   Read [this](backend-storage.md#elasticsearch-6-with-jaeger-trace-extension) to know 
   
   Active the receiver.
   ```yaml
   receiver_jaeger:
     default:
       gRPCHost: ${SW_RECEIVER_JAEGER_HOST:0.0.0.0}
       gRPCPort: ${SW_RECEIVER_JAEGER_PORT:14250}
   ``` 
   
   @yurishkuro I use the agent and `cmd/tracegen` in the main jaeger repo to finish the integration tests.
   
   ![image](https://user-images.githubusercontent.com/5441976/55367509-52142d80-54a2-11e9-8c15-d824883e4323.png)
   
   The only concern is, right now, I just do `BASE64` for jaeger traceid. Do you have more official way to make it in String format?
   
   

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


With regards,
Apache Git Services