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

DRAFT: shows how it could look like if we'd use factory functions over class constructors. Currently types of private properties end up being part of the public interface, which causes...

### Is your feature request related to a problem? Please describe. As mentioned in https://github.com/open-telemetry/opentelemetry-js/discussions/3235, instrumentation-dns and instrumentation-net will create spans after an http span has been ignored. As a...

feature-request

Tracking issue for the rest of the items we are automating in releases based on comment in #4849 : **Still missing:** - automatically determining which release scope and type is...

internal
type:feature-tracking

Fixes #4400 Migrated api logs package functionality to api package as experimental, My plan is to delete older project as a different PR, same as updating dependencies using api-logs in...

## Which problem is this PR solving? - Introducing createOtelJsXMLHttpRequest in sendWithXhr - Add timeouts to some tests. They were failing on my local machine due to timeouts. The motivation...

- [x] This only affects the JavaScript OpenTelemetry library Hi there, I have an interesting scenario. When I install @opentelemetry/sdk-node using npm i @opentelemetry/sdk-node, the size is about 25 MB....

### Is your feature request related to a problem? Please describe. Our packages currently publish directories of ESM builds, but they do not follow ESM spec and therefore cause problems...

never-stale
needs:refinement
type:feature-tracking

Once logs API package is stable we should move the code to main api package, creating this issue to track the work.

feature-request
never-stale
api:logs

Fixes #3622 ## Short description of the changes Adding ProxyMeterProvider and ProxyMeter ## Type of change Please delete options that are not relevant. - [x] Breaking change (fix or feature...

Selected option 2 - [ ] Update typescript to `5.x` - [ ] Document our new minimum typescript version - [ ] Document a policy for updating typescript in minor...

feature-request