Jamie Danielson

Results 148 comments of Jamie Danielson

Thanks for all the feedback here. Please let me know if there are any other items to address for the initial design document, or anything else I can do to...

> Bikeshedding alert: > > What if instead of `launcher` it's called `otelinit`? > > To me, `launcher` doesn't mean a whole lot. But `otelinit` does: initialize opentelemetry. [I've renamed...

This design has now been updated to include the `autoexport` package ([currently in another PR](https://github.com/open-telemetry/opentelemetry-go-contrib/pull/2753/files)) and the `autoprop` package. The intent is to use the configuration options available with those...

Came across this issue for the first time yesterday, after making a few changes to a Tiltfile. Removing the config.lock file fixed the issue. Let me know if any other...

> FYI @JamieDanielson offered to move this PR forward in slack's dm (as i find it quite hard to commit time on otel those days, it seems that it might...

Apologies for further delay on helping with this! Some other things had come up but this has moved back into the priority list now. Hope to have an update in...

**Note**: The "launcher/init" code has been moved into its own repo in the Honeycombio org, [honeycombio/otel-launcher-go](https://github.com/honeycombio/otel-launcher-go). Please direct any feedback there as we continue to iterate on it. As discussed...

[I branched and created an example app](https://github.com/JamieDanielson/opentelemetry-js/pull/1/files) to try some things out using HTTP and Express instrumentation. I don't know if it was all necessary, but in a few places...

As discussed outside of this PR and in SIG meetings, here is the new PR for this work: https://github.com/open-telemetry/opentelemetry-js/pull/3698

> > > LGTM > > > Should we add some note in the README about this package not implementing any semantic convention at the moment? > > > >...