CommandGateway
, QueryGateway
, MessageDispatchInterceptor
and MessageHandlerInterceptor
. The Open Tracing standard is used to provide tracing capabilities, which thus allows usage of several Open Tracing implementations.axon.extension.tracing.enabled
to false
(default=true
). This will give you the possibility to turn it off when needed (e.g.: for a certain environment).MESSAGE_ID
, AGGREGATE_ID
, MESSAGE_TYPE
, PAYLOAD_TYPE
, MESSAGE_NAME
and PAYLOAD
. Take into account that some of the tags make sense on a certain span type, but not on another, and some of them have an hidden cost on network (such as payload). Use them wisely!