Monitoring service tasks

Hello team,

How can we monitor Activity for metrics?

For example, if we have Service Task doing HTTP call. How do we track http.call.latency?

Is there any plan to integrate Dropwizard metrics?

Can we use flowable-jmx for this purpose?

Thanks,
Harsha

Hi,

I think flowable-jmx would be a good place to implement this kind of metrics.

Best regards,

Tijs

Hi @tijs,

I asked this in context of Rest-Activity I haven been working on.
‘flowable-http’ will have a dependency on drop wizard metrics, for instrumenting Apache http client.
Those metrics can somehow be visible through flowable-jmx, though I have to figure out how it all works.

Thanks,
Harsha