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

Currently if you initiate the SDK with only Propagators and not Tracer Exporters the propagators are never called. This is because it's assumed the only behaviour for Propagators are dependent...

feature-request
pkg:sdk-node
needs:refinement

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

## Which problem is this PR solving? We've had problems in the past with the gRPC exporters, as they do not lazy-require the `@grpc/grpc-js` library. This causes problems with `@opentelemetry/instrumentation-grpc`...

priority:p1
priority:p2
pkg:otlp-grpc-exporter-base

Updates next with the latest changes from main. All changes here are pre-reviewed already.

## Which problem is this PR solving? Fix invalid timings in span events Fixes # (issue) https://github.com/open-telemetry/opentelemetry-js/issues/4478 ## Short description of the changes add reference time to check if the...

### Is your feature request related to a problem? Please describe. NodeJS's global `fetch` API is not instrumented therefore we do not get traces for requests made with it and...

feature-request

### What happened? ## Steps to Reproduce NodeJS 18 (but also 20) NextJS 13 Stress test by having Node perform a significant number of outgoing requests using `fetch` ## Expected...

bug
triage
needs:reproducer

### What happened? ## Steps to Reproduce Attempt to use `LoggerProvider()` without any custom configuration parameter in a Next.js edge function which relies on calling `utils.merge()` which eventually invokes the...

bug
priority:p2
pkg:sdk-logs

### What happened? I am in the process of migrating an application that uses this project from Node.js to Bun. During the migration, I encountered an error related to the...

type:feature
unsupported-runtime:bun

- [ ] This only affects the JavaScript OpenTelemetry library I started using open telemetry with nodejs, actually found less resources and concrete documentation for setting it up with nodejs,...