Open mchandramouli opened 5 years ago
This is just instrumentation. You can use it with any OpenTracing compatible tracer and create integrations like these:
https://github.com/opentracing-contrib/java-spring-zipkin https://github.com/opentracing-contrib/java-spring-jaeger
Or is there something else required to make it work with Haystack?
@pavolloffay Haystack is an opentracing compatible tracer. I am adding a springboot integration similar to what you have for zipkin and jaeger in opentracing-contrib. Should I just issue pull for your documentation adding Haystack's integration as well or do you prefer I move my integration library to opentracing-contrib? similar to zipkin and jaeger, all the library does is create a Tracer
instance so it can work with opentracing-spring-web-starter
@mchandramouli as you prefer we can move the repo to opentracing-contrib or just add docs with the repo location to this repository.
Great. Here is our README link https://github.com/ExpediaDotCom/haystack-client-java/tree/master/integrations/opentracing-spring-haystack-web-starter - Will issue a pull to your documentation
Thanks for the pointer, you are welcome to create a PR and add it to https://github.com/opentracing-contrib/java-spring-cloud#configuration.
How - how do we go about adding a spring cloud starter project for Haystack? We will be happy to contribute and maintain that project. Alternately, we can host it in Expediadotcom org and issue an update to your documentation. Let me know