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