Closed
Description
Spring Boot 3.2.0 came with a number of Observability improvements, supporting a number of Micrometer annotations.
@SpanTag is not mentioned here, and according to our tests, also not working out of the box. Is this done by design or would this be a bug?
To make things easier, I've made a demo project with a unit test that reproduces the issue. You can do so by opening the project and running the AopTracingTest
or running ./mvnw clean verify
. Next to the @SpanTag
annotation it also verifies the working of other tracing annotations, which currently do work.