Closed rombernardino closed 8 months ago
Webflux 6.1.x is not supported at this time by the agent. We just finished work on it (#1619). It will be in the next release. Scheduled to late March
@rombernardino This should be corrected via the new Webflux 6.1 instrumentation modules that will be introduced in the next version of the agent, currently scheduled for around March 28th.
After doing some deps bump, the web transaction details are not available anymore. Before upgrading we knew from which endpoint the transaction was coming from and now it is all assigned as
NettyDispatcher
.I tried to wrap the
@RequestBody
withMono<>
as described here but it still didn't work.The upgrades that have affected are Spring Boot from
3.1.4
to3.2.3
and the agent from8.7.0
to8.9.1
. Also, due to compatibility with Spring Boot version, I had to upgrade Spring Cloud Dependencies from2022.0.3
to2023.0.0
. If I rollback to the previous versions, the transactions details start to show up again.Could this be an incompatibility between the current versions of Spring Boot and the agent?