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

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

stale

### What version of OpenTelemetry are you using? ``` "@opentelemetry/api": "^1.0.2", "@opentelemetry/instrumentation": "^0.24.0", "@opentelemetry/instrumentation-document-load": "^0.24.0", "@opentelemetry/web": "^0.24.0", ``` ### What version of Node are you using? `12.7.0` ### Please provide...

bug
instrumentation
never-stale
priority:p3

Please answer these questions before submitting a bug report. ### What version of OpenTelemetry are you using? Dependencies from the [http example of this repo](https://github.com/open-telemetry/opentelemetry-js/tree/main/examples/http) ``` "@opentelemetry/api": "^1.0.0-rc.0", "@opentelemetry/exporter-jaeger": "^0.18.2",...

bug
document
priority:p4

Please answer these questions before submitting a bug report. ### What version of OpenTelemetry are you using? 0.19 ### What version of Node are you using? v15.13.0 ### Please provide...

bug
priority:p3

Please answer these questions before submitting a bug report. ### What version of OpenTelemetry are you using? "@opentelemetry/core": "^1.0.1", "@opentelemetry/api": "^1.0.4", "@opentelemetry/exporter-trace-otlp-grpc": "^0.27.0", "@opentelemetry/resources": "1.0.1", "@opentelemetry/sdk-metrics-base": "^0.27.0", "@opentelemetry/sdk-trace-base": "^1.0.1", "@opentelemetry/semantic-conventions":...

feature-request

### Is your feature request related to a problem? Please describe. Kind of yes - we see spans as broken when server responds with 404 - which, according to RESTful...

feature-request
stale

### Discussed in https://github.com/open-telemetry/opentelemetry-js/discussions/2798 Originally posted by **thpoiani** February 19, 2022 🙇 Thank you for this project and support. I have a question: How to ignore static files using `http`...

feature-request
up-for-grabs

## Which problem is this PR solving? Fixes #2855 For instance, when using the `exporter-trace-otlp-http` package for a simple create/send trace, having `sideEffects` set to false for all packages it...

stale

Apologies if this is not supposed to be a bug type, wasn't sure which issue type fits best! ### What version of OpenTelemetry are you using? 1.1.1 ### What version...

enhancement
up-for-grabs
never-stale

Span exporter interface should have a `ForceFlush` as specified here: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/sdk.md#forceflush Since we have already released the interface stable without this, we can only add it as an optional property...

good first issue
never-stale
spec-feature