Tyler Yahn
Tyler Yahn
How do you add attributes to a `Handler` if you don't know the type attributes are expressed in by the `Handler`? Same question for a `Resource`? Also, why overload the...
Users don't call `WithScope`, Instrumentation does. Why would a user call `WithResource` on a Handler if they can just wrap their implementation with the resource they want directly and avoid...
> Then maybe the Instrumentation should call `WithResource` as well, since it is a per process object. Right, so this is what I've been talking about in my comments here...
> > Why would a user call `WithResource` on a Handler if they can just wrap their implementation with the resource they want directly and avoid any conversion? > >...
> I have one question: from the current example here we pass a PID to the multiplexer and it adds pre-defined resource attributes. Can we add support for the multiplexer...
This likely relates to the latest revision on IDs in the specification.
Additionally, from #1218: > It would be best to adhere to the idiom: "the writer should close the chan". This would mean that a probe's `Run` func needs to return...
Can you add a changelog describing the fix?
It looks like this fails the verifier in the CI.
cc @rafaelroquetto