opentelemetry-js
opentelemetry-js copied to clipboard
OpenTelemetry JavaScript Client
I am exploring ways to enhance our handling of metadata for instrumentations, aiming to streamline processes and boost efficiency. Instrumentation (or OpenTelemetry component) metadata comprises static information about OpenTelemetry JS...
Today, some packages have this in their package.json: ```js "peerDependencies": { "@opentelemetry/api": ">=1.3.0
### Is your feature request related to a problem? Please describe. npm has a [provenance statements](https://docs.npmjs.com/generating-provenance-statements) feature, which makes it possible for users to verify the authenticity of a published...
I have been trying to setup opentelemetry in a nestjs application the way my configuration works is I have istio setup in my cluster and the request goes to istio...
### What happened? ## Actual Result When I start the project, I get an import error: ``` ✘ [ERROR] No matching export in "node_modules/@opentelemetry/exporter-metrics-otlp-proto/node_modules/@opentelemetry/otlp-exporter-base/build/esm/index.js" for import "OTLPExporterNodeBase" node_modules/@opentelemetry/exporter-metrics-otlp-proto/build/esm/OTLPMetricExporter.js:44:77: 44 │...
### What happened? ## Steps to Reproduce - Get the express example from https://github.com/open-telemetry/opentelemetry-js-contrib - instrument it with `@opentelemetry/auto-instrumentations` - enable all resource detectors ```sh OTEL_TRACES_EXPORTER=console \ OTEL_NODE_RESOURCE_DETECTORS=all \ node...
I am trying to log Prisma queries, but the active context is missing in the event listener. Maybe someone knows how to fix it? ``` @Injectable() export class PrismaService extends...
Heya - got some feedback thru the community that it'd be great if we could support the 'using' keyword in TS 5.2+ for span creation. Didn't see an open issue...
This PR adds benchmarks with and without otel usage inside common node.js runtimes like HTTP and Express. Related: * https://github.com/open-telemetry/opentelemetry-js/issues/4741 ## What is added? I have added a dir in...
### What happened? I am writing this issue to express the performance issues I've encountered using your libraries within common Node.js APIs such as HTTP, Express, and GraphQL. I have...