opentelemetry-js
opentelemetry-js copied to clipboard
OpenTelemetry JavaScript Client
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [sinon](https://sinonjs.org/) ([source](https://togithub.com/sinonjs/sinon)) | [`15.1.2` -> `18.0.0`](https://renovatebot.com/diffs/npm/sinon/15.1.2/18.0.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
Issues come up frequently that are related to bundler usage -- at least with the *node*-related packages from this and the contrib repo. I think it would be helpful to...
We currently don't have an implementation of the `JaegerRemoteSampler` as defined in the [specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/sdk.md#jaegerremotesampler). **To complete this issue:** - [ ] create a new experimental package `@opentelemetry/sampler-jaeger-remote` (this can be...
Node has added `process.getBuiltinModule(id)` to allow synchronous loading of built-in modules: https://github.com/nodejs/node/pull/52762 The idea is that library authors will now more easily be able to create cross runtime libraries that...
### Description `@opentelemetry/otlp-transformer` depends on `@opentelemetry/sdk-logs` and `@opentelemetry/api-logs` which may not be stable by the time we want to stabilize the `@opentelemetry/otlp-transformer` package. **Goal of this issue is to:** -...
### Description The `@opentelemetry/otlp-transformer` package contains utilities to serialize signals data to and from OTLP (binary protobuf) or OTLP (json). As all OTLP exporters depend on this package, stabilization of...
### Description The `@opentelemetry/exporter-*-otlp-*` packages are used to export signal data as OTLP via HTTP or gRPC. The package may be moved to stable once the below issues are resolved....
### What happened? ## Steps to Reproduce Import from `"@opentelemetry/instrumentation"` and bundle using esbuild with format "cjs" ## Expected Result The build should proceed without warning and not crash during...
## Which problem is this PR solving? This addresses the issue of making activeSpanProcessor private. Fixes #4792 ## Short description of the changes Makes activeSpanProcessor private in BasicTracerProvider. ## Type...
Hello, I'm reaching out on behalf of the AWS X-Ray team. We would like to request the addition of new labels to [opentelemetry-js](https://github.com/open-telemetry/opentelemetry-js/tree/main) repository: `propagator: aws:xray` and `propagator: aws:xray:lambda`. These...