Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 2.2 KB

README.adoc

File metadata and controls

46 lines (39 loc) · 2.2 KB

MicroProfile OpenTracing

The MicroProfile OpenTracing specification defines behaviors and an API for accessing an OpenTracing compliant Tracer object within your JAX-RS application. The behaviors specify how incoming and outgoing requests will have OpenTracing Spans automatically created. The API defines how to explicitly disable or enable tracing for given endpoints.

How to contribute

Do you want to contribute to this project? Here is what you can do:

Build

mvn clean install