opentelemetry-js
opentelemetry-js copied to clipboard
OpenTelemetry JavaScript Client
# 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...
## 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...
### 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...
## 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...
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) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
(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.)...