Martin Kuba
Martin Kuba
### Is your feature request related to a problem? Please describe. When exporting OTLP data from browsers, it is important to minimize the size of the payload. The existing JSON...
## Which problem is this PR solving This is a draft implementation of the proposed specification for logs/events API. https://github.com/open-telemetry/opentelemetry-specification/pull/2676 ## Short description of the changes For the most part...
The client-side SIG is working on adding the concept of sessions. Sessions correlate signals from the same client / user over a certain period of time. We have considered two...
**What are you trying to achieve?** The client-side instrumentation SIG is working on defining telemetry for client-side applications, and we believe that we need a way to classify this telemetry...
### Description We believe that in order for OpenTelemetry to be adopted across the board, it needs to have a good support for client applications. Client instrumentation has some unique...
This PR is not finished, but open to early feedback on the interfaces/classes of the SDK. Related spec https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/sdk.md
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
The AWS lambda [spec recently introduced](https://github.com/open-telemetry/semantic-conventions/pull/354) a new xray-lambda propagator to support AWS Lambda's Active Tracing. This requires not only implementing the new propagator, but also making it possible to...
Web SDK
Related issue https://github.com/open-telemetry/opentelemetry-js/issues/4702 ## Short description of the changes This introduces a Web SDK, similar to the [Node SDK](https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-sdk-node) package. This should simplify installation and configuration for users. Currently, it...
- [ ] This only affects the JavaScript OpenTelemetry library - [x] This may affect other libraries, but I would like to get opinions here first The intent of this...