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

**Description** Currently we always merge `Resource.default()` with the constructor-provided resource. However, the [spec states that](https://github.com/open-telemetry/opentelemetry-specification/blob/f3511a5ccda376dfd1de76dfa086fc9b35b54757/specification/resource/sdk.md?plain=1#L33C1-L36C50) this should only happen when no resource is provided: > The SDK MUST provide access...

never-stale
spec-feature
pkg:sdk-metrics
pkg:sdk-trace-base
pkg:sdk-trace-node
pkg:sdk-trace-web
type:feature-tracking

**Description** It is currently confusing which packages implement auto-configure and to which extent. We've previously auto-instantiated propagators from `sdk-trace-base` and `sdk-trace-node`. In SDK 2.0 we should move any auto-configuration functionality...

never-stale
pkg:sdk-trace-base
pkg:sdk-trace-node
type:feature-tracking
target:next-major-release

Now that https://github.com/open-telemetry/opentelemetry-js/pull/4659 will soon merge, all instrumentations can apply cleanups to how the config object is consumed. There are now 2 options: 1. using `this._config` from `InstrumentationAbstract` which is...

This issue is to discuss the possibilities for exposing experimental features in stable packages. Examples for experimental features are: 1. New APIs such as logs/events 2. Extensions to existing stable...

Discussion
never-stale
pkg:api

- [x] This only affects the JavaScript OpenTelemetry library - [ ] This may affect other libraries, but I would like to get opinions here first It's an anti pattern...

### What happened? ## Steps to Reproduce I have a python service and a node service. they communciate via Redis pub/sub 1. The node service starts a trace and sends...

bug
triage

This is a draft to explore the possibility of extending the context API through an experimental export. This comes from https://github.com/open-telemetry/opentelemetry-js-api/pull/123

### What happened? ## Steps to Reproduce `index.ts` ``` import { Resource } from '@opentelemetry/resources'; new Resource() ``` Run `./node_modules/.bin/vite-node index.ts` ## Expected Result No Syntax Error ## Actual Result...

bug
priority:p1
pkg:resources

If the system clock on computer is out of sync from others it can cause problems. This is most likely to be an issue in the browser, where users are...

feature-request

Currently, we don't auto-configure a `LogRecordProcessor`/exporter combination when using the `@opentelemetry/sdk-node` package. Goal of this issue is to implement exporter selection for metrics based on this specification: - https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#exporter-selection **For...

pkg:sdk-node
triage:accepted
type:feature
needs:code-contribution