Gerhard Stöbich
Gerhard Stöbich
- [x] This only affects the JavaScript OpenTelemetry library - [ ] This may affect other libraries, but I would like to get opinions here first In case a span...
## Which problem is this PR solving? instrumentations are installed after they are required because SDK startup is async. Fixes #3146 ## Short description of the changes Register instrumentations as...
- [x] This only affects the JavaScript OpenTelemetry library - [ ] This may affect other libraries, but I would like to get opinions here first Is it possible to...
In current proposal `snapshot()` is a static method capturing full context of all `AsyncContext` variables. As a result `snapshot.run()` impacts all `AsyncContext` users. This differs from `asyncVar.run()` usage where current...
The span attributes for [dynamodb](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/database/dynamodb.md) are currently in `aws` namespace. Other databases like [mondodb](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/database/mongodb.md) or [mssql](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/database/mssql.md) have their special attributes in the `db` namespace. At other places like `cloud.region` vendor...
There are several places in our codebase where `context.active()` is used to fetch the current context from global ContextManager. I think this may be problematic as this easily results in...
- [x] This only affects the JavaScript OpenTelemetry library - [ ] This may affect other libraries, but I would like to get opinions here first The development setup for...
Followup on https://github.com/open-telemetry/opentelemetry-js/issues/4145 I think we should remove the dependency to all exporters from SDK similar as it was done for Jaeger in https://github.com/open-telemetry/opentelemetry-js/pull/4049. The OTLP exporters include quite some...
The AWS Lambda Plugin as the requirement to flush data at the time the invocation of the function is done. See https://github.com/open-telemetry/opentelemetry-js-contrib/blob/b128dae70cf5723162ef72ed0ed83924f3edf4dc/plugins/node/opentelemetry-instrumentation-aws-lambda/src/aws-lambda.ts#L199-L206 As once can see this creates a binding...
This reverts commit 542f252d3672f586db07112fe2d844a5d1417e3a. --- VS 17.12.2 and 17.12.3 work therefore no longer needed to stop build for 17.12. fyi @nodejs/platform-windows @nodejs/build @StefanStojanovic Refs: https://github.com/nodejs/build/issues/3963 Refs: https://github.com/nodejs/node/pull/55930