Closed as not planned
Description
For a simple HTTP Server call trace we are seeing multiple Spans with two of them having a dozen or so attached Events. This feels like way too much detail for "application level" tracing. It is almost exclusively "framework" level tracing which as the application developer I have little interest in or control over. I'm relying on you guys to keep up the good work on that front.
We see Spans for:
- the expected
http get/post url...
security filterchain before
with a dozen attached...Filter before
Eventssecured request
security filterchain after
with a dozen attached...Filter after
Events
I'm guessing there are probably ways to filter them out but I think the default behaviour should be less granular.
[Spring-Boot 3.0.2]