Skip to content

Micrometer Tracing Too Granular #34133

Closed as not planned
Closed as not planned
@jimbogithub

Description

@jimbogithub

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 Events
  • secured 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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: declinedA suggestion or change that we don't feel we should currently apply

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions