[GitHub] wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / OpenZipkin

2018-12-13 Thread GitBox
wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / 
OpenZipkin 
URL: 
https://github.com/apache/incubator-skywalking/issues/665#issuecomment-447109667
 
 
   Move to #2044 . A more reliable and high-performance way to do this, and 
make them production ready.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / OpenZipkin

2018-06-15 Thread GitBox
wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / 
OpenZipkin 
URL: 
https://github.com/apache/incubator-skywalking/issues/665#issuecomment-397578969
 
 
   See SkyWalking supports Zipkin formats in 
https://github.com/apache/incubator-skywalking/pull/1273 . Only tested in a 
single case. I hope the community can start in that way. FYI @candyleer 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / OpenZipkin

2018-05-25 Thread GitBox
wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / 
OpenZipkin 
URL: 
https://github.com/apache/incubator-skywalking/issues/665#issuecomment-392228770
 
 
   `origin/zipkin/receiver-v1` branch has been created. I am going to build the 
skeleton for Zipkin data, started with json format.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / OpenZipkin

2018-05-21 Thread GitBox
wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / 
OpenZipkin 
URL: 
https://github.com/apache/incubator-skywalking/issues/665#issuecomment-390805885
 
 
   @candyleer Can you provide me your zipkin demo? I will do this in these days.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / OpenZipkin

2018-05-04 Thread GitBox
wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / 
OpenZipkin 
URL: 
https://github.com/apache/incubator-skywalking/issues/665#issuecomment-386517882
 
 
   > apm-collector-thirdparty-agent
   
   I didn't like the `agent` part, even we are using this in existed collector 
module. It should be considered as a receiver, agent is for monitored 
application only. And for Zipkin and Jaeger, it is SDK libs, not an agent.
   
   > Is Zipkin has service discovery feature? How to make ZipKin agents balance 
send traces?
   
   This could be discussed, but please put this in high priority. I hope the 
prototype should only run in standalone mode.
   
   > Suggest use Json stream reader to parse traces.
   
   Agree. I asked Adrian, just because I want to know more.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / OpenZipkin

2018-05-04 Thread GitBox
wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / 
OpenZipkin 
URL: 
https://github.com/apache/incubator-skywalking/issues/665#issuecomment-386514348
 
 
   @candyleer Thanks for providing this sample data. I suggest we could work on 
this first with a prototype. 
   1. Add a new module in collector, named `zipkin-data-receiver`. 
@peng-yongsheng Do you agree or object? 
   1. Provide a Jetty based HTTP service to receive these spans. I think the 
zipkin SDKs will send these to collector separately. Right?
   1. Create a in-memory buffer to receive all spans.
   1. Trigger trace finished when received the first span (in A), when find the 
span of trace has no `parentId`. In finish process, make all spans in a list, 
based on zipkin module.
   
   For these steps, I suggest you submit pull request for each one, for making 
review easier.
   
   For the concerns you may have:
   - How to process collector cluster?
   No, we don't consider that in the prototype building stage.
   - How to process MQ trace?
   I will talk with you about this, later. Don't want to make the prototype too 
complex.
   
   And for @adriancole , do zipkin have provided grpc or protobuf format 
already(released)?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / OpenZipkin

2018-05-02 Thread GitBox
wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / 
OpenZipkin 
URL: 
https://github.com/apache/incubator-skywalking/issues/665#issuecomment-386181340
 
 
   Great to know, I suggest two types of sample data. 
   - **A -(http)->B-(http)->C**
   - **A -(http)->B-(mq)->C**
   
   These two type could help me to work with you.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / OpenZipkin

2018-05-02 Thread GitBox
wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / 
OpenZipkin 
URL: 
https://github.com/apache/incubator-skywalking/issues/665#issuecomment-386180512
 
 
   @candyleer Are you working on this? If so, could you provide some sample 
data from Zipkin(or Jaeger if you want to do that), I and @peng-yongsheng could 
provide you some suggestion about how to implement this feature.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / OpenZipkin

2018-04-29 Thread GitBox
wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / 
OpenZipkin 
URL: 
https://github.com/apache/incubator-skywalking/issues/665#issuecomment-385262431
 
 
   @yurishkuro This proposal is about provding a transform server, which 
transfers data from jaeger SDKs, to SkyWalking collector. Because our community 
has someone is using zipkin or jaeger instrument sdk, but require SkyWalking 
backend and visualization.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / OpenZipkin

2018-04-29 Thread GitBox
wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / 
OpenZipkin 
URL: 
https://github.com/apache/incubator-skywalking/issues/665#issuecomment-385255598
 
 
   @adriancole goes to Euro for the next tracing work shop. I assume he is 
busy, maybe we need to find these data. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / OpenZipkin

2018-04-29 Thread GitBox
wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / 
OpenZipkin 
URL: 
https://github.com/apache/incubator-skywalking/issues/665#issuecomment-385246946
 
 
   For Jaeger, @yurishkuro @pavolloffay @jpkrohling . Do any of you, or Jaeger 
team member/contributor have time to help to build this integration, or provide 
us some sample data of trace/span, which represents a RPC call like grpc or 
dubbo, and a MQ trace(maybe a batch process trace, too. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / OpenZipkin

2018-04-29 Thread GitBox
wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / 
OpenZipkin 
URL: 
https://github.com/apache/incubator-skywalking/issues/665#issuecomment-385228761
 
 
   @candyleer @peng-yongsheng Also I am considering whether we should use 
collector core for implementing modulization, module dependency, startup 
sequence, etc.. What do you think?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / OpenZipkin

2018-04-28 Thread GitBox
wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / 
OpenZipkin 
URL: 
https://github.com/apache/incubator-skywalking/issues/665#issuecomment-385226415
 
 
   @candyleer cross-thread scenario is not so important, as a manual 
instrument, it could deal with it bettet than SkyWalking. Across processes in 
RPC and MQ are the real difficult parts.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / OpenZipkin

2018-04-28 Thread GitBox
wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / 
OpenZipkin 
URL: 
https://github.com/apache/incubator-skywalking/issues/665#issuecomment-385222669
 
 
   @candyleer Yes, that is the complex part.
   
   @peng-yongsheng Agree, but as a new part of our ecosystem, if cache 
implementor is plugable, that willbe good enough for first release. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / OpenZipkin

2018-04-28 Thread GitBox
wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / 
OpenZipkin 
URL: 
https://github.com/apache/incubator-skywalking/issues/665#issuecomment-385214192
 
 
   I am glad to work with you about both of these two.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / OpenZipkin

2018-04-28 Thread GitBox
wu-sheng commented on issue #665: [Tracer Interop] Google OpenCensus / 
OpenZipkin 
URL: 
https://github.com/apache/incubator-skywalking/issues/665#issuecomment-385214104
 
 
   yes, for zipkin, I and @adriancole finished the document, 
https://github.com/OpenSkywalking/zipkin-skywalking


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services