payara / Payara-Examples

Repository for Example Code to demonstrate Payara specific features
144 stars 177 forks source link

[PAYARA-4237] - Add Zipkin wrapper example #117

Closed cubastanley closed 4 years ago

cubastanley commented 4 years ago

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)