Adrian Cole
Adrian Cole
TL;DR; my 2p is (benchmark, )make a call, and document it. Documenting how to mitigate untrusted input (ex via decorators) is a choice we can make, regardless of how unpopular...
good q. I get that from an end-to-end pov, the traces sent/timeunit is for many the key metric and a benchmark. It looks like you've that above. Wrt to things...
Thanks @tylerbenson. I agree the tag convention should be reverted. I like that this won't accidentally result in a tag "service" which would be hard to grok whether it was...
In looking at prior art (like finagle) and also offline chat with @codingfabian also thinking about this.. I think the simplest design is requiring the tracer to inherit parent-child any...
By the way, I just thought I invented a request for a self-reference, then @felixbarny pointed me to this which was asked for a long time ago. If you allow...
For example @mojsha requested that zipkin instrumentation be able to report to an opentracing tracer. I can't even do this with jaeger-specific code without package issue for lack of a...
by the way, in brave this is `Tracer.toSpan(context)` which allows you to add anything. the self-reference thing could backport similar to span builder. The above code could work. If the...
I could go either way since the class already has nullable fields. Personally, I prefer Optional.
Hi, there. there's a significant amount of work on towards this in 1.6. This is the larger issue about controlling commands better: https://github.com/jclouds/jclouds/issues/1089 This is in 1.6.0-alpha.2 and changes to...
well to add context, many of us have been busy getting jclouds ready for transition into apache, something that displaces time for issues like this, for a long-term greater good....