opentelemetry-js icon indicating copy to clipboard operation
opentelemetry-js copied to clipboard

OpenTelemetry JavaScript Client

Results 635 opentelemetry-js issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

stale

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...

feature-request

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...

stale

### 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 │...

bug
priority:p1
pkg:exporter-metrics-otlp-proto
pkg:otlp-exporter-base
has:reproducer

### 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...

bug
priority:p2

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...

stale

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...

feature-request
stale
pkg:api

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...

stale

### 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...

bug
triage