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

## Which problem is this PR solving? Fixes #3920 ## Short description of the changes Allows default histogram aggregation for OTLP Metrics exporters to be either Explicit Bucket histogram aggregation...

stale

## Which problem is this PR solving? Currently, the OTLP HTTP exporters in Node environments only allow providing a configuration for the underlying Agent used when making the requests, however,...

pkg:otlp-exporter-base

I'm instrumenting one of my libraries with opentelemetry and am running into a scenario where I'd like to suppress instrumentation to ensure my users don't incur undue costs by using...

feature-request
up-for-grabs
stale
pkg:api
pkg:core

I'm trying to propagate the context in hapi js code using _AsyncHooksContextManager_ The issue which I'm facing is, when two requests are hit in parallel, both the requests takes the...

### What happened? ![image](https://github.com/open-telemetry/opentelemetry-js/assets/21276343/f549ec8c-8758-4b10-9fa3-6a87e81d952d) ### OpenTelemetry Setup Code ```JavaScript import { WebTracerProvider } from '@opentelemetry/sdk-trace-web' import { Resource } from '@opentelemetry/resources' import { SemanticResourceAttributes } from '@opentelemetry/semantic-conventions' import { ZoneContextManager...

bug
triage
has:reproducer

Make all imports and exports explicit so that internal classes / objects etc are not inadvertently made public and become part of the public API.

feature-request
never-stale
triage:accepted

Hey, does anyone have a code example of how to transform a Winston log format into an OpenTel compliant format and then pass the data to the OpenTel collector? Thanks...

question

# NOTE: Draft PR, do not review yet. ## Which problem is this PR solving? It is currently very hard to test individual features of the OTLP exporters. This is...

never-stale
pkg:exporter-metrics-otlp-proto
pkg:otlp-exporter-base
pkg:otlp-proto-exporter-base

- [x] This only affects the JavaScript OpenTelemetry library - [ ] This may affect other libraries, but I would like to get opinions here first The difference and the...

### Is your feature request related to a problem? Please describe. I am attempting to use the OTel auto instrumentation for Javascript, but non-built-in modules are not patched because I...

feature-request
stale