I have a set of microservices but the call chain doesn't start with http. It starts with the invocation of a @ManagedOperation via JMX. The issue with this is that the invocation of this method doesn't start a trace.
Anyone know how to start the trace when a @ManagedOperation is invoked via JMX?