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] Add `emitEvent` to Logs API TODO: Bridge current events API `emit` to logs API `emitEvent` for backward compatibility.

## Which problem is this PR solving? The main documentation for the opentelemetry-instrumentation-http package did not adequately specify what metrics and telemetry would be produced by the instrumentation. This lack...

### What happened? ## Steps to Reproduce Is it possible to automatically instrument HTTP incoming and outgoing spans when using Remix 2? I'm trying to do this with a regular...

bug
triage
needs:author-response

**NB:** Before opening a feature request against this repo, consider whether the feature should/could be implemented in the [other OpenTelemetry client libraries](https://github.com/open-telemetry/). If so, please [open an issue on opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification/issues/new)...

feature-request
stale

## Description Any announcements/guidelines regarding breaking changes (for instance changes to language or runtime support) for `README.md` will go into into `README_NEXT.md`. They will remain there until we're ready to...

document
never-stale
type:feature
target:next-major-release
blocked

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...

dependencies

### What happened? ## Steps to Reproduce I've created a minimal example that demonstrates the issue here: https://github.com/sernst/electron-otel-issue The issue is that the trace context is not being preserved across...

question
stale

### What happened? ## Steps to Reproduce Playground: https://www.typescriptlang.org/play/?ssl=4&ssc=1&pln=4&pc=21#code/JYWwDg9gTgLgBAKjgQwM4pjK6BmUIhwBEAAhGAKYB2MFANhSBVgJ4D0qjyNwAxgLS8IVAG7UYwYaiIBuAFBzkmbADoAygFEAsgEEAKnoBKagPoAJAwAUTAVUMAZeUqyoV+o+au2HMoA ## Expected Result If something has a deprecation message with a recommended updated strategy, that strategy should exist. ## Actual Result...

bug
document
priority:p4
pkg:semantic-conventions
has:reproducer

Bundling with rollupjs generated the following error because of `protobufjs` usage. ``` (!) Use of eval is strongly discouraged https://rollupjs.org/troubleshooting/#avoiding-eval ../node_modules/@protobufjs/inquire/index.js 10: function inquire(moduleName) { 11: try { 12: var...

bug
priority:p1
priority:p4
pkg:exporter-trace-otlp-http
pkg:exporter-trace-otlp-proto
has:reproducer

## Description > [!IMPORTANT] > This is currently on hold as it is not a focus topic for the SIG - do NOT open PRs. This issue will be updated...

document