David Luna
David Luna
Hi @cmartineauOptimum As per your last comment in assume the issue is fixed. Should I proceed to close it?
@pichlermarc you pointed out that https://github.com/open-telemetry/opentelemetry-js/pull/4419 fixes this issue. I've tried with the latest version and indeed it works. IIUC the deprecation of `addMetricReader` and future removal of it in...
@dyladan > We're currently in the process of completely rethinking some of the decisions that caused it to be difficult to update. Does that mean the way semantic conventions package...
@cpatti97100 any updates?
Hi @mydea This is an interesting feature. I think having more control over the instrumentation is good :) > Note that the existing options like `ignoreIncomingRequestHook` cannot be used for...
> By making this property optional, we are unable to add additional parameters to the constructor function in a clean way, `which is something I want to do soon`. Which...
Here is my opinion. If we already have a public API to access the field I think we should leverage that for accessing even in subclasses. Also I'm not sure...
Hi @mmouru thanks for contributing into our effort to update semantic conventions. 🎉 Would you please complete this PR by adding a section in the README file listing the attributes...
Thank you @mmouru for your contribution :) Would you please add a section in the README file listing the attributes used in this instrumentation? Here is an example (you can...
Hi @lacolaco I would like to understand better your use case. Do you want to instrument a WebWorker/ServiceWorker that runs on the Browser? If so, do you also want to...