Marc Pichler
Marc Pichler
@olabodeIdowu I'm having trouble understanding what this issue is about, but I assume that you're trying to contribute. I've just recently opened a PR (edit: https://github.com/open-telemetry/opentelemetry-js/pull/5040) to update `CONTRIBUTING.md` as...
@olabodeIdowu did the suggestion work for you?
@kvenn thanks for reaching out. I've tried to reproduce this against the OpenTelemetry Collector (see [reproducer repository](https://github.com/pichlermarc/repro-5065)) and have found that this works fine for me. It looks like whatever...
> Are you saying that it may be a bug in the latest version of OpenObserve? If so, I can file the issue there 🙏 I'm fairly confident that this...
closing this issue as "can't repro" because I've tried to reproduce with OTel components but was unsuccessful - as stated in an earlier comment, this might be an error in...
@blumamir I think there's might be some overlap with https://github.com/open-telemetry/opentelemetry-js/issues/4725 on trying to figure out which versions are supported. @AbhiPrasad I think having the link there could be very helpful...
Hi @lnmp4000, thanks for reaching out. I was under the impression that this would actually get tree-shaken out for users of the `@opentelemetry/exporter-trace-otlp-http` package - but I'm not very familar...
> Would you mind providing a small repro so I can investigate? 🤔 Nevermind, I took some time to reproduce this :slightly_smiling_face: https://github.com/pichlermarc/repro-4987 > Is it an error or a...
> @pichlermarc Thanks so much for looking at this. In my case, based on your research, It seems I can just ignore this warning for now as the `eval` code...
I agree. All hooks in that instrumentation are in dire need of documentation. There are lots of ways these can be used incorrectly too. We should also update the tsdoc...