opentelemetry-js
opentelemetry-js copied to clipboard
OpenTelemetry JavaScript Client
- [x] This only affects the JavaScript OpenTelemetry library - [ ] This may affect other libraries, but I would like to get opinions here first We have an api...
This is a recent addition: https://github.com/open-telemetry/opentelemetry-specification/pull/3540 https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/api.md#gauge
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@protobuf-ts/grpc-transport](https://togithub.com/timostamm/protobuf-ts) ([source](https://togithub.com/timostamm/protobuf-ts/tree/HEAD/packages/grpc-transport)) | [`2.9.3` -> `2.9.4`](https://renovatebot.com/diffs/npm/@protobuf-ts%2fgrpc-transport/2.9.3/2.9.4) |...
### What happened? Tracing with NestJS seems to work nicely for each micro-service. But when trying to propagate a trace ID to trace several micro-services communicating between each other, the...
## Which problem is this PR solving? - replaces `cpx` with `cpx2` where it's used, removes `cpx` where it's not used anymore. Supersedes #4506
**Goal:** We should prototype the attributes instrument advisory parameter as described in the spec. We should ensure that this parameter is appropriately marked as experimental in both the API and...
### What happened? ## Steps to Reproduce ``` const sdk = new NodeSDK({ sampler: new MySampler(), }); ``` ## Expected Result The specified sampler is used. ## Actual Result Default...
## Which problem is this PR solving? This introduces gzip compression support to the exporters in the browser case. The change use CompressionStream API available in the modern browsers and...
## Which problem is this PR solving? In the `applyCustomAttributes` function, we are provided the request and response objects which each have async functions that can be used to read...
From what I can tell the semantic conventions module is auto-generated but hasn't been regenerated in over two years now. It looks like it's using 1.7.0 at the moment while...