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

## Which problem is this PR solving? Fixes #2937 ## Short description of the changes This PR updates internal references of `InstrumentationLibrary` to `InstrumentationScope`. In order to do this in...

stale

### Is your feature request related to a problem? Please describe. I'm running an api that accepts http requests from other systems. Sometimes those calls include trace propagation headers. If...

feature-request

- [x] This only affects the JavaScript OpenTelemetry library - [ ] This may affect other libraries, but I would like to get opinions here first 1. For the xml-http-request...

### What happened? ## Steps to Reproduce https://github.com/open-telemetry/opentelemetry-js/tree/a8047ba9cdda65292778614ec9a1f8a2045faa9f/packages/opentelemetry-shim-opentracing I call span.log({ event: 'ss', payload: { body: '...' }, strField: 'field' }); ## Expected Result See payload as a json in...

bug
priority:p2

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

stale

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

During the SIG meeting today we discussed the idea of bringing the API back into the main repo. Originally we split it out in order to ensure we didn't accidentally...

### Is your feature request related to a problem? Please describe. The `opentelemetry-js` package currently adheres to the [`key`](https://w3c.github.io/baggage/#key) and [`value`](https://w3c.github.io/baggage/#value) definitions in the W3C baggage spec. However, the W3C...

feature-request
never-stale

Looking through the code the helper functions (which appear to only be getting used by the experiential instrumentation) to "add" resource details as individual events on a span is the...

signal:traces

https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk_exporters/otlp.md OTLP exporter spec defines that the OTLP exporter should be automatically configured with a PeriodicMetricReader when using `OTEL_METRICS_EXPORTER`. Their aggregation and temporality preferences should also be configured with `OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE`...

feature-request
signal:metrics