-
Notifications
You must be signed in to change notification settings - Fork 41.4k
Open
Labels
status: pending-design-workNeeds design work before any code can be developedNeeds design work before any code can be developedtheme: observabilityIssues related to observabilityIssues related to observabilitytype: enhancementA general enhancementA general enhancement
Milestone
Description
Currently there's no out of the box way to set up a test with tracing turned on that would collect spans in a queue for further analysis. What is required now from the user is to either use a TestSpanHandler from Brave or ArrayListSpanReporter from OTel.
With the changes in this PR we're introducing an abstract concept of aggregating spans for Micrometer Tracing API.
In Spring Boot we would need the @TracingTest test slice that would turn on the @AutoConfigureObservability with tracing on and would register the TestSpanHandler as a bean.
related issue
ThomasVitale
Metadata
Metadata
Assignees
Labels
status: pending-design-workNeeds design work before any code can be developedNeeds design work before any code can be developedtheme: observabilityIssues related to observabilityIssues related to observabilitytype: enhancementA general enhancementA general enhancement