-
Notifications
You must be signed in to change notification settings - Fork 847
Revise Tracing Integration #3594
Copy link
Copy link
Open
Labels
Priority 1: MustHighest priority. A release cannot be made if this issue isn’t resolved.Highest priority. A release cannot be made if this issue isn’t resolved.Type: EnhancementUse to signal an issue enhances an already existing feature of the project.Use to signal an issue enhances an already existing feature of the project.
Milestone
Metadata
Metadata
Assignees
Labels
Priority 1: MustHighest priority. A release cannot be made if this issue isn’t resolved.Highest priority. A release cannot be made if this issue isn’t resolved.Type: EnhancementUse to signal an issue enhances an already existing feature of the project.Use to signal an issue enhances an already existing feature of the project.
Type
Fields
Give feedbackNo fields configured for Enhancement.
Enhancement Description
We should revise the Distributed Tracing support to align with the new async native API throughout.
We can likely take a lot of the components that are already in place and revamp them to align with the adjustments made for AF5.
We should take particular care with validating that no ThreadLocals are used by our implementation to facilitate tracing!
Current Behaviour
Tracing is not supported anymore due to all the API changes.
Wanted Behaviour
Tracing is supported for Axon Framework's infrastructure components.
Possible Workarounds
Manual.