Adrian Cole

Results 2050 comments of Adrian Cole

opentracing is a spec, can you please at least raise an issue in their spec repo as it can't be a gap in bridging if it was never said that...

it seems docs.rs is generated from crates.io, so not sure if that will require a separate cleanup or not

It seems there's no way to deprecate in crates.io. I see people yanking instead. I raised https://github.com/tetratelabs/envoy-wasm-rust-sdk/pull/71 to deprecate in the metadata here which may be fine. Next steps including...

Might be worthwhile looking at other implementations. Closest to what you have is finagle's annotation filter. Note that that one also can produce an error annotation. https://github.com/twitter/finagle/blob/d72d11a5eb298bcc005882436af2685a5ce58f08/finagle-core/src/main/scala/com/twitter/finagle/tracing/TraceInitializerFilter.scala#L79

@llinder @beckje01 @anuraaga in case you are interested, SQS on the js side!

is this something you can help with? On Tue, 23 Oct 2018, 13:12 Oleg Kubrakov, wrote: > Hi, > > This gem helps to trace incoming requests, however in case...

I haven't verified, but google's docs seem to suggest protoc can (maybe not your version though) Can you try with a newer version of protoc? Here's a workaround if not.....

Just so others know here's what is being attempted: "our rpc framework uses protobuf2 as the control header, and I transmit spans in the control header. I want to transfer...

Have you tried porting the zipkin.proto file as I suggested? Notably, changing the file so that instead of map it uses a repeated field of a new type MapEntry? It...

can you describe what you did or paste it? maybe we can make a script. first step in automation is repetition. lets repeat it On Tue, May 1, 2018 at...