Major Releases
This page notes all enhancements and features that we have introduced to our major releases of the Axon Tracing Extension.
We'd like to thank all the contributors who worked on this release!
- Contributor
aupodogov
provided an optimization in theOpenTraceHandlerInterceptor
, by replace anorElse
fororElseGet
, in pull request #103.
- Pull request #78 introduces an enhancement for users of this extension. With the
MessageTagBuilderService
they have more configuration options for selecting the desired tags per message type.
- Pull request #33 introduces tracing for scatter-gather and subscription queries. This introduction means that we can make a full release of the Axon Tracing Extension.
- Traces for query messages now have tags included. We also introduced additional test cases to validate the entire process, as seen in this issue.
We did not introduce any significant changes other than updating the extension to use Axon Framework release 4.2.
Note that this extension currently is in a milestone state. As such, users should consider we might introduce API changes in future releases.
Note that this extension currently is in a milestone state. As such, users should consider we might introduce API changes in future releases.
We introduced the Tracing extension with lots of help from our contributor Christophe Bouhier at Trifork. The tracing logic used originates from the Open Tracing API.
It's currently in a milestone state, as it doesn't trace all
QueryGateway
operations. As such, users should consider we might introduce API changes in future releases.Last modified 5d ago