ndrwrbgs
ndrwrbgs
Generally speaking, I'd prefer to only offer the exception-less style. Often times developers only use the exception-style because they're trying to do something quick-and-dirty and pre-latest C# language spec, using...
Just a note - the title of this is misleading as `ISpanContext` doesn't have a `GetBaggageItem(string)`
> As you wrap an inner type, I think it shouldn't be necessary for you to know about this Unfortunately it is necessary since in CS theory, I should implement...
If any tracer ever will need the concept of activated, then the hook needs to exist as in theory you should be able to implement any tracer via these event...
Honestly, I'm just trying to make the hooks - how they're used shouldn't in theory be of any concern of mine :) Granted, in practice that's naive. I'm trying to...
I wrapped the span when the consumer asked for it, when it was created. Internally, that span is implemented by the underlying tracer. Take for instance this: ```CSharp ITracer tracer...
Oh it's also important to note that if you mean when the span was created like I wrapped the span before sending it to IScopeManager.Activate, I cannot do that either...
Hey Aaron, Might I suggest putting this into its own Contrib library? You’re totally right that code is code and if it has a use, it’s useful! I lean personally...
Unfortunately no because `Log(string)` forces a key on you. The API says you should be able to supply key:value pairs, but this version of Log only allows you to supply...
> I'll backlog this to wait for more people who want this. Unfortunately I doubt people will realize this with any haste. Performance is something that people find far later...