opentracing-contrib / meta

A meta-repository for OpenTracing contributions
Apache License 2.0
35 stars 16 forks source link

Java: OpenTracing aware executors/runnables... #27

Closed pavolloffay closed 7 years ago

pavolloffay commented 7 years ago

OT API 0.30.0 contains in-process span management. Often it is required to use OT aware executor service. We could create a contrib library or move it directly to opentracing-util.

cc @bhs @yurishkuro

sjoerdtalsma commented 7 years ago

I am :+1: for adding an OT aware executor service to opentracing-util.

In the mean time, may I point out a small lib you can use that is also capable of transferring other contexts?

My appologies if this is not appropriate here..

bhs commented 7 years ago

@pavolloffay I absolutely think we should have add OT-aware executors/etc to opentracing-contrib.

@sjoerdtalsma thank you for the pointer.

pavolloffay commented 7 years ago

@pavolloffay I absolutely think we should have add OT-aware executors/etc to opentracing-contrib.

+1

Repo name proposals:

Executor is in java.util.concurrent package.

bhs commented 7 years ago

@pavolloffay @sjoerdtalsma great. I created java-concurrent and sent invites so it shows up in your respective inboxes.

https://github.com/opentracing-contrib/java-concurrent/invitations

pavolloffay commented 7 years ago

done, the first version is out.