Marc Pichler

Results 156 comments of Marc Pichler

@JacksonWeber, in that case, I think going ahead with the PR would be fine. I'll start a thread on Slack with them (I'll include you in the thread) in case...

I can see that this feature could be helpful, though I'm hesitant to accept new features to the OTLP exporters before some extensive refactoring is done on them. :thinking: There...

There is an API and SDK prototype for JavaScript now, we'll soon merge an experimental version of this. https://github.com/open-telemetry/opentelemetry-js/pull/4528

> can you comment on the JS PR linked above? Did you uncover any design issues along the way? No design issues. :slightly_smiling_face: In the JS SIG, we just don't...

We currently do not have a prototype for this in the JavaScript SIG. Edit: I also just created an issue to track this: https://github.com/open-telemetry/opentelemetry-js/issues/4365

Hmm, I'm surprised this works. :thinking: Does anyone know why we're not running into the original problem what we had with `import-in-the-middle` on Node.js 18.19+? #1872 If I run `koa`...

Aaah, I see... The tests are only running the changed packages (which is nothing as only the workflow changed). Tests here are unfortunately not an indicator that it works. We...

> Hello @pichlermarc, I have tried to use `@opentelemetry/sdk-logs` in this service to send logs to open telemetry, Unfortunately I can not see any logs emitted on `grafana`. Please can...

> Why the need for the additional permissions and the separate fine-graned PAT? Sorry for the (very) late reply. :fearful: We were planning to continue using the https://github.com/google-github-actions/release-please-action, which automatically...

Hmm, I think our metrics SDK is not built in a way to handle this case. IIRC none of the other language implementations support registering readers after creating a MeterProvider....