opentelemetry-js icon indicating copy to clipboard operation
opentelemetry-js copied to clipboard

OpenTelemetry JavaScript Client

Results 635 opentelemetry-js issues
Sort by recently updated
recently updated
newest added
trafficstars

- [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...

question
stale
needs:author-response

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

feature-request
spec-feature
api:metrics
sdk:metrics

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) |...

dependencies

### 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...

feature-request

## Which problem is this PR solving? - replaces `cpx` with `cpx2` where it's used, removes `cpx` where it's not used anymore. Supersedes #4506

dependencies
stale
Skip Changelog

**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...

feature-request
up-for-grabs
never-stale
spec-feature
api:metrics
sdk:metrics
needs:code-contribution

### What happened? ## Steps to Reproduce ``` const sdk = new NodeSDK({ sampler: new MySampler(), }); ``` ## Expected Result The specified sampler is used. ## Actual Result Default...

bug
up-for-grabs
priority:p2
pkg:sdk-node

## 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...

stale
pkg:semantic-conventions