opentracing-contrib / java-vertx-web

OpenTracing instrumentation for Vert.x web package
Apache License 2.0
21 stars 17 forks source link

how can we inject #14

Closed pacman123 closed 6 years ago

pacman123 commented 6 years ago

Hi, How can we inject when we are calling downstream service from vertx

pavolloffay commented 6 years ago

Hi,

at the moment it's manual. Here is an example https://github.com/RHsyseng/vertx-msa-ocp/blob/master/Presentation/src/main/java/com/redhat/refarch/vertx/lambdaair/presentation/service/Verticle.java#L272

pacman123 commented 6 years ago

@pavolloffay Thanks