ndrwrbgs

Results 73 comments of ndrwrbgs

I'm sorry, I did not mean it as destructive as it sounds - I meant it more genuinely. I do not mean to imply the project has intentions of being...

Yeah `Stream` deviates from what Java is doing but is `>>>` for performance :) That said, I shouldn't have done it in that review since it's a deviation :(

@carlosalberto it sounds like most of the questions in that issue are actually address by using `Stream`. If we are EVER going to support binary formats at the interface level,...

Thanks Yuri, this unfortunately doesn’t satisfy the usage scenario as it requires the use of named template fields which are not always available. See C#’s FormattableString type which is the...

Thanks @yurishkuro but there is nothing in the spec that says {numApples} should refer to 'numApples' log key. If the spec can be updated to do that, that would satisfy...

> You said language agnostic format. It's irrelevant what C# has because the string interpolation will be done by the tracing backend. FYI in case you missed it in my...

Thanks @austinlparker, I would shy away from that actually, as I think the tracer itself should preserve what it is given (for structured logging scenarios where the backend db can...

Should I send a PR for this, or would one of the common editors of the document prefer to immortalize the above?

> For a human reading that span log Unfortunately, humans reading the span logs would remove the need for any conventions, specifications help computers read the logs which is what...

I didn't realize that the OpenTracing specification was driven off of what the Jaeger product has pre-existing support for, apologies for my missing that :(