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

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [sinon](https://sinonjs.org/) ([source](https://togithub.com/sinonjs/sinon)) | [`15.1.2` -> `18.0.0`](https://renovatebot.com/diffs/npm/sinon/15.1.2/18.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sinon/18.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

Issues come up frequently that are related to bundler usage -- at least with the *node*-related packages from this and the contrib repo. I think it would be helpful to...

feature-request

We currently don't have an implementation of the `JaegerRemoteSampler` as defined in the [specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/sdk.md#jaegerremotesampler). **To complete this issue:** - [ ] create a new experimental package `@opentelemetry/sampler-jaeger-remote` (this can be...

never-stale
spec-feature
triage:accepted
type:feature

Node has added `process.getBuiltinModule(id)` to allow synchronous loading of built-in modules: https://github.com/nodejs/node/pull/52762 The idea is that library authors will now more easily be able to create cross runtime libraries that...

feature-request

### Description `@opentelemetry/otlp-transformer` depends on `@opentelemetry/sdk-logs` and `@opentelemetry/api-logs` which may not be stable by the time we want to stabilize the `@opentelemetry/otlp-transformer` package. **Goal of this issue is to:** -...

never-stale
pkg:otlp-transformer
type:feature

### Description The `@opentelemetry/otlp-transformer` package contains utilities to serialize signals data to and from OTLP (binary protobuf) or OTLP (json). As all OTLP exporters depend on this package, stabilization of...

never-stale
pkg:otlp-transformer
type:feature

### Description The `@opentelemetry/exporter-*-otlp-*` packages are used to export signal data as OTLP via HTTP or gRPC. The package may be moved to stable once the below issues are resolved....

never-stale
needs:refinement
type:feature-tracking

### What happened? ## Steps to Reproduce Import from `"@opentelemetry/instrumentation"` and bundle using esbuild with format "cjs" ## Expected Result The build should proceed without warning and not crash during...

bug
priority:p1
triage
pkg:instrumentation

## Which problem is this PR solving? This addresses the issue of making activeSpanProcessor private. Fixes #4792 ## Short description of the changes Makes activeSpanProcessor private in BasicTracerProvider. ## Type...

Hello, I'm reaching out on behalf of the AWS X-Ray team. We would like to request the addition of new labels to [opentelemetry-js](https://github.com/open-telemetry/opentelemetry-js/tree/main) repository: `propagator: aws:xray` and `propagator: aws:xray:lambda`. These...