Jamie Danielson
Jamie Danielson
During today's SIG meeting, we discussed moving the design doc linked on #2591 into a PR for a central location and ease of leaving feedback on specific sections of the...
As discussed briefly in CNCF Slack and in the Go SIG meeting, we would like to contribute a vendor-neutral launcher to streamline configuration of the Go SDK. Please review the...
## Which problem is this PR solving? - Similar to #1953 this provides the alternative option discussed in some comments for disabling some instrumentations via environment variable. ## Short description...
## Which problem is this PR solving? - ## Short description of the changes - WIP: attempting fix for dual-publishing CJS/ESM builds
I wonder if it can be helpful to also enumerate the other, non-spec-compliant attributes that are emitted by this instrumentation, as a reference for users and for them to know...
This is somewhat related to #1778 , which is for documenting current semantic convention versions for each instrumentation package. This issue is intended to track the necessary change of updating...
## Which problem is this PR solving? - updates #1942 ## Short description of the changes - add `use-restify.mjs` fixture for testing ESM usage of restify instrumentation - add ESM...
I don't think the current express instrumentation handles usage of a `express.Router()`. Perhaps change `use-express.mjs` for now to not use a Router and we add a separate issue about handling...
### Is your feature request related to a problem? Please describe Follow-up from #1887 > The ExpressInstrumentation does [not yet support](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/2d11b6983d259937ae0b9d0887af20a4034fc97a/plugins/node/opentelemetry-instrumentation-express/src/instrumentation.ts#L190C5-L190C5) the [4-argument error handler callback](https://expressjs.com/en/guide/error-handling.html) , so when a...
### Describe the bug Context propagation does not work with http; a new trace id is created each request instead of a distributed trace. ### Environment - OS: kind/k8s 1.26...