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? Remove HTTP prefix in span name to match [HTTP semantic conventions 1.18](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.18.0/specification/trace/semantic_conventions/http.md#name). Similar to #3603 and #3672 ## Short description of the changes...

spec-feature
spec-noncompliant
pkg:instrumentation-fetch

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

### What happened? ## Steps to Reproduce After release new version @opentelemetry/sdk-trace-base is 1.26.0 start getting this error ## Additional Details `TypeError: Cannot set property Tracer of # which has...

bug
triage
pkg:sdk-trace-base
needs:reproducer

## Which problem is this PR solving? This change provides easier control over which urls should have spans created for it. It can also be used with `ignoreUrls` for more...

### What happened? ## Steps to Reproduce Without an opentelemetry agent running provide `OTEL_EXPORTER_OTLP_ENDPOINT="http://opentelemetry-agent:4317"` through the environment and register a trace provider. I believe you will need to trace something...

bug
priority:p4
pkg:sdk-trace-base

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

dependencies

This updates the HTTP client semantic conventions to 1.27. Client metrics and server spans and metrics to be done in follow-up PRs.

### What happened? ## Steps to Reproduce I'm using otel instrumentation in a next.js 12 app, with a basic `HttpInstrumentation`. All traces that are captured show up with the same...

question

## Which problem is this PR solving? `api.HrTime` has no utility to convert to float seconds for `http.server.request.duration` and `http.client.request.duration` semantic conventions. ## Short description of the changes Minor addition...

## Which problem is this PR solving? Fixes #4399 Adding ProxyLoggerProvider and ProxyLogger ## Type of change - [ ] Breaking change (fix or feature that would cause existing functionality...