Hi, I was wondering if there is any way to monitor Netty Reactor. From the documentation I see that it doesn't have anything to say about Netty Reactor, but Reactor itself seems to be supported experimentally: Supported technologies | APM Java Agent Reference [1.x] | Elastic
Also, is it perhaps possible to use opentelemetry to monitor this instead?
https://mvnrepository.com/artifact/io.opentelemetry.instrumentation/opentelemetry-netty-4.1/usages
If so, does this module can only instrument netty reactor libraries?