Java APM on service running Spring Webflux

Hi,

I'm trying to get APM working on a service that's using spring webflux, but I'm not getting any methods being logged. Looking up the issue I can see that spring webflux isn't a supported technology (is this still the case?). But I'm wondering if there's a way around this at all, perhaps by using the disable_instrumentations property or something like that.

if it's helpful, here's the related error that I'm getting and was investigating that led me to find the issues with used Spring Webflux

2020-10-14 16:18:07.349 [main] INFO co.elastic.apm.agent.bci.bytebuddy.ErrorLoggingListener - org.springframework.web.context.support.GenericWebApplicationContext refers to a missing class java.lang.IllegalStateException: Cannot resolve type description for javax.servlet.ServletContext

Thanks.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.