opentelemetry-js
opentelemetry-js copied to clipboard
OpenTelemetry JavaScript Client
- [X] This only affects the JavaScript OpenTelemetry library - [ ] This may affect other libraries, but I would like to get opinions here first Hi 👋 `@opentelemtry/exporter-collector` by...
While debugging an issue for a user here https://gitter.im/open-telemetry/opentelemetry-node?at=5e6a4b54d17593652b7c8154 it was found that while a computer is slept or hibernated, the `performance.now()` monotonic clock may be paused. This causes the...
### What happened? When you are using `node-sdk` to setup the Opentelemetry environment you don't have the ability to define Views anymore since the latest version. As a recent change...
### Is your feature request related to a problem? Please describe. I work on otel distribution, and as part of our HTTP instrumentation, we want to have the HTTP request...
followup on https://github.com/open-telemetry/opentelemetry-js/pull/161#discussion_r317842380 **Is your feature request related to a problem? Please describe.** Use of OT should not result in side effects to user application by installing event listeners which...
### Is your feature request related to a problem? Please describe. Exporting logs from the application to otel collector directly using an otlp exporter is not possible ### A clear...
This is a reproducer for the bug listed in #2971
### Is your feature request related to a problem? Please describe. To consolidate configuration for all our services we would like to configure the node sdk fully through the use...
### What happened? ## Steps to Reproduce Just follow the [opentelemetry-exporter-prometheus README](https://github.com/open-telemetry/opentelemetry-js/blob/main/experimental/packages/opentelemetry-exporter-prometheus/README.md). ## Expected Result Some metrics. ## Actual Result Got an `failed to export metrics: Error: MetricReader is not...
- [x] This only affects the JavaScript OpenTelemetry library - [ ] This may affect other libraries, but I would like to get opinions here first Followup on https://github.com/open-telemetry/opentelemetry-js-contrib/pull/549#discussion_r664733898 Currently...