Skip to content

v1.3.1

Latest
Compare
Choose a tag to compare
@urbim urbim released this 18 Mar 10:24
· 7 commits to master since this release

We are releasing KumuluzEE OpenTracing v1.3.1. It implements the MicroProfile OpenTracing specification 1.3.1. This version brings integration with the KumuluzEE Rest Client.

Integration with Rest Client is automatically enabled when both KumuluzEE OpenTracing and KumuluzEE Rest Client versions are present on the classpath. Note that KumuluzEE Rest Client versions 1.2.1 and above are supported.

To start using the new integration simply create a Rest Client interface. All calls made through the created interface will automatically be traced.

To disable tracing on an interface annotate it with @Traced(false). To disable tracing on a single method annotate only the method with the same annotation.