Opentracing support in Flowable (profiling)

Hello,

Is it possible to add the support of opentracing in Flowable?
Currently, it isn’t the case and it’s so impossible to use opentracing tools like Dynatrace or Instana.

Thanks :slight_smile:
Best Regards
William

I’m not familiar with the tool. What would be needed to make it possible to integrate with it?

OpenTracing and OpenCensus have merged to form OpenTelemetry.

Ref:

1 Like

Thanks for the links @Robinyo, that clarifies it more.

Isn’t this covered by Spring Boot (when using Spring Boot), e.g. its actuators (and are we talking about custom Flowable actuators)? Or is there something needed on the code level?