opentelemetry-js
opentelemetry-js copied to clipboard
OpenTelemetry JavaScript Client
[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...
**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)...
## 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...
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...
### 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...
### 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...
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...
## 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...