Adrian Cole
Adrian Cole
or are you looking for a way for us to propagate something beyond the traceId?
consider stuffing it in the traceID object because you aren't guaranteed to not have any spans between http in and http out. that's my advice. in the java side, we...
I maybe guessed wrong on what you need. you are not asking to propagate tags, rather just add request-specific tags (ex parsing). I think this would be a change to...
I don't think we want to get opinionated on the representation in headers, but I don't think you'd need this layer to do that anyway. If I understand correctly, you...
@jeffthompson1971 sorry.. yeah we are years overdue getting this api overhauled. One main reason is that annotation jargon is so confusing. In real life people almost never need annotations in...
what I meant to say is we don't currently have at initialization time of http client or server instrumentation, a function of httprequest/response to parse that into tags. instead the...
usually we do tolerant read and restart if incompatible. Ex. 'a' is OK, but 'g' is not. We are tolerant reading mixed lengths ex 1, 17 or 31 hex trace...
@openzipkin/core I don't think we should do any more release on this repo until this issue is addressed. I spent weeks on this problem and we have a long history...
@shumsky since you did such an awesome job with koa, I think you have the skills to handle this one.. question is, do you have the cycles for it?
@shumsky no biggie. how about if someone else does, could you manage to review or test?