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

# NOTE: draft state - information may be incomplete or incorrect ## Description: We currently do not document limitations and best-practices for API use. There are two groups of users...

### What happened? ## Steps to Reproduce Send a gRPC message using AWSXRay propagation from a client to a server. You will see that the 'x-amzn-trace-id' header is not getting...

bug
triage

## Which problem is this PR solving? According to the [specs](https://opentelemetry.io/docs/specs/otel/metrics/data-model/#histogram-bucket-inclusivity), histogram bucket upper bounds are inclusive. This PR contains a very small change to the docs to reflect that....

### What happened? ## Steps to Reproduce 1. Create a parent span 2. Create a child span based on the traceparent header. 3. Close the child span at the end...

bug
triage

### Is your feature request related to a problem? Please describe. It's not clear to me how one could programmatically capture errors from an exporter, e.g. when the URL or...

feature-request
stale

## Which problem is this PR solving? The http instrumentation (and many other instrumentation libraries) create spans with INVALID_SPAN_CONTEXT to create NonRecordingSpans when we enable `requireParent` and no parent is...

## Which problem is this PR solving? Exporters are very hard to test as everything has to be integration-tested at the moment (see #4116). This PR does the following for...

- [x] This only affects the JavaScript OpenTelemetry library - [ ] This may affect other libraries, but I would like to get opinions here first We have been in...

stale

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typedoc-plugin-missing-exports](https://togithub.com/Gerrit0/typedoc-plugin-missing-exports) | [`1.0.0` -> `3.0.0`](https://renovatebot.com/diffs/npm/typedoc-plugin-missing-exports/1.0.0/3.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typedoc-plugin-missing-exports/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typedoc-plugin-missing-exports/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

(This is the core-repo part of a proposed `diagnostics_channel`-based approach to supporting instrumentation in bundles. There will be a coming contrib-repo PR to add an esbuild-plugin package. More details coming.)...