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

Our resource implementation does not currently consider the (optional) concept of Schema URLs (as described in https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/sdk.md#resource-creation). To support this, we'll have to add it to the create and merge...

never-stale
spec-feature
pkg:resources
type:feature
needs:code-contribution

Currently our `attributeKeys` view option was implementing an allow-list type of behavior, which was defined by the specification. Once https://github.com/open-telemetry/opentelemetry-specification/pull/3680 merges, the specification explicitly states that custom filters are also...

never-stale
triage:accepted
type:feature
target:next-major-release

The security SIG is looking to ensure that security tooling is setup consistently across the organization. As a result, we're asking maintainers to ensure the following tools are enabled in...

internal

Created this issue as the lint step in https://github.com/open-telemetry/opentelemetry-js/pull/4017 failed. The goal of this issue is to: - update `@typescript-eslint/eslint-plugin`, `@typescript-eslint/parser` in the repo (see https://github.com/open-telemetry/opentelemetry-js/pull/4017) - address all errors...

up-for-grabs
dependencies
internal
stale
contribfest

### Is your feature request related to a problem? Please describe. Currently both `@opentelemetry/exporter-trace-otlp-proto` and `@opentelemetry/exporter-logs-otlp-proto` offer browser support, but `@opentelemetry/exporter-metrics-otlp-proto` does not. We should also add support for it...

feature-request
never-stale
pkg:exporter-metrics-otlp-proto

Hi there, since i am very new to opentelemetry i hope i can get some feedback here for this problem: i am trying to use the OTLPTraceExporter from @opentelemetry/exporter-trace-otlp-http to...

question
stale
needs:author-response

This topic was raised at some point back in days in the spec repo without clear answer, simply put we currently propagate context with whatever users are pushing into it...

never-stale

### Is your feature request related to a problem? Please describe. The `recordException` API only accepts the `exception` and `time` arguments. ### Describe the solution you'd like The [specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md#record-exception) appears...

feature-request
never-stale

### What happened? I've been debugging for days why tracing does not work as expected. I've realized that some auto instrumentations are never actually applied. After a lot of digging,...

bug
dependencies
priority:p2
information-requested

### What happened? ## Steps to Reproduce The following is the rollup.config.js I use to create a browser esm bundle. ```javascript import resolve from '@rollup/plugin-node-resolve'; import commonjs from '@rollup/plugin-commonjs'; import...

bug
priority:p1