This PR adds a small example project to show how one might wrap Zipkin for use as an alternative OpenTracing implementation on Payara Server. The example is a result of testing Zipkin compatibility with Payara
IT IS IMPORTANT TO NOTE: From experimenting, versions of Zipkin using OpenTracing 0.32.0 or higher are NOT compatible with Payara Server
Testing
If you'd like to test it out, just follow the steps in the README - you'll need to make sure Zipkin is running (easiest way is to run docker run -d -p 9411:9411 openzipkin/zipkin)
Overview
This PR adds a small example project to show how one might wrap Zipkin for use as an alternative OpenTracing implementation on Payara Server. The example is a result of testing Zipkin compatibility with Payara
IT IS IMPORTANT TO NOTE: From experimenting, versions of Zipkin using OpenTracing 0.32.0 or higher are NOT compatible with Payara Server
Testing
If you'd like to test it out, just follow the steps in the README - you'll need to make sure Zipkin is running (easiest way is to run
docker run -d -p 9411:9411 openzipkin/zipkin
)