You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zipkin.apache.org by Brian Devins-Suresh <ba...@gmail.com> on 2019/02/27 15:58:24 UTC

Re: How to implement zipkin on vert.x application

CCing, the apache users list

On Wed, Feb 27, 2019 at 9:43 AM Brian Devins-Suresh <ba...@gmail.com>
wrote:

> Also might be good to note that our official users mailing list is now
> users@zipkin.incubator.apache.org
>
>
> On Tuesday, February 26, 2019 at 10:51:16 PM UTC-5, Adrian Cole wrote:
>>
>> this sort of discussion will be easier in chat
>> https://gitter.im/openzipkin/zipkin
>>
>> if you start and finish a span immediately there will be no log activity.
>> we need to figure out what you are trying to do and chat is more efficient
>> for that I think
>>
>> On Tue, Feb 26, 2019, 6:29 AM <pr...@clearlabs.com> wrote:
>>
>>> Hi Adrian,
>>>
>>> I am trying to implement this brave instrumentation for vertx where I
>>> have added this dependency "io.zipkin.brave:brave-instrumentation-vertx-web:5.6.1".
>>> I do see the TracingRoutingContextHandler in my class path but this routing
>>> context handler never starts or finishes the span. I tried to follow the
>>> same way u have implemented in the test, added httpTracing.tracing().tracer().nextSpan().start().finish()
>>> to a specific handler but the logs in that handlers scope also doesn't
>>> print the trace and span ids.
>>>
>>> could you please help with this?
>>>
>>> --
>>>
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "zipkin-user" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to zipkin-user...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
>
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "zipkin-user" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/zipkin-user/2VRJiicW4ZM/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> zipkin-user+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>