inspectit-ocelot icon indicating copy to clipboard operation
inspectit-ocelot copied to clipboard

Improve the flexibility of context propagation special sensors

Open JonasKunz opened this issue 5 years ago • 0 comments

At the moment we have a special sensor for the ExecutorService andoen for the ScheduledExecutorService. We could combine these two special sensors into a single one which accepts scopes as input:

The sensor then uses all methods matched by the configured scopes and wrapt the parameters of type Runnable or Callable for context propagation

JonasKunz avatar Jan 17 '20 10:01 JonasKunz