opentelemetry-js
opentelemetry-js copied to clipboard
OpenTelemetry JavaScript Client
I'm trying to use the Prometheus exporter with cluster mode, however each worker tries to spawn a new server to export metrics, which results in error. I thought of creating...
Currently tsconfig.json doesn't include a `lib` config. This results in automatically including dom - browser types (see https://www.typescriptlang.org/tsconfig#lib) The only place where this is needed is for global this [here](https://github.com/open-telemetry/opentelemetry-js-api/blob/ed9ba80427c34aa6397907eb2c28538ec74b5750/src/platform/browser/globalThis.ts#L19)...
Hi All, Please find the below queries we have 1. We see that Javascript SDK is still in Development & Road Map Phase. So, we would like to know the...
## Which problem is this PR solving? For all the traces that are generated from browser ,we need to have the browser identifier attributes like platform, brands, mobile, and user_agent....
### Is your feature request related to a problem? I am using the package `@opentelemetry/exporter-trace-otlp-http` to export the trace from the browser to the tracing server. The tracing server is...
- [x] This only affects the JavaScript OpenTelemetry library - [ ] This may affect other libraries, but I would like to get opinions here first The opentelemetry docs here...
- [x] This only affects the JavaScript OpenTelemetry library - [ ] This may affect other libraries, but I would like to get opinions here first For the last couple...
- [x] This only affects the JavaScript OpenTelemetry library - [ ] This may affect other libraries, but I would like to get opinions here first Greetings, We seem to...
I'm building a Metrics Exporter for Azure Monitor and noticed some weird behavior in [PushMetricExporter](https://github.com/open-telemetry/opentelemetry-js/blob/main/experimental/packages/opentelemetry-sdk-metrics-base/src/export/MetricExporter.ts#L28) interface, this one is exposing forceFlush, I would expect the MetricReader to be the one...
This PR fixes Issue #3234 ## Short description of the changes I added JSON.parse serializer for nested log properties ## Type of change - [x] Bug fix (non-breaking change which...