samples-java icon indicating copy to clipboard operation
samples-java copied to clipboard

Custom actuator endpoint sample

Open tsurdilo opened this issue 2 years ago • 2 comments

This sample shows how to add a custom actuator endpoint to display some info on workers like workflow and activity impls registered per task queue. Sample depends on sdk pr https://github.com/temporalio/sdk-java/pull/1986 and https://github.com/temporalio/sdk-java/pull/1995

and update to next sdk release (one that has these prs in it)

Custom endpoint looks like this

Updated to add metadata --

Screenshot 2024-02-25 at 9 40 45 PM

tsurdilo avatar Feb 12 '24 00:02 tsurdilo

needs to wait for next release that hopefully will include https://github.com/temporalio/sdk-java/pull/1995

tsurdilo avatar Mar 11 '24 03:03 tsurdilo

commit for the sdk change needed: https://github.com/temporalio/sdk-java/commit/26a85957ec1fac26adb3a3bd2feb99be7bb6eefd

should be avail in next release

tsurdilo avatar Apr 04 '24 14:04 tsurdilo