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

# OpenTelemetry JavaScript SIG Focus Topics > [!NOTE] > **This issue is read-only.** It serves as a way to broadcast information about focus topics. > Discussions are held on linked...

announcement :loudspeaker:

## Which problem is this PR solving? This reports the `error.type` attribute on HTTP metrics wherever it is already reported on HTTP spans. Fixes #5627 ## Short description of the...

## Which problem is this PR solving? The example has numerous issues that this PR addresses: - our collector image and config is outdated - we're using non-recommended patterns in...

Skip Changelog

This is a tracking issue for updating instrumentations to allow for dual emitting stable and experimental Database attributes. Add environment variable option `OTEL_SEMCONV_STABILITY_OPT_IN` that includes `database` and `database/dup` options as...

type:feature-tracking

## Which problem is this PR solving? `http.response_content_length` and `http.response_content_length_uncompressed` attributes are not present on network spans from `instrumentation-xml-http-request` and `instrumentation-fetch` plugins when the `ignoreNetworkEvents` configuration property is set to...

### Is your feature request related to a problem? Please describe I'm using the OpenTelemetry Node SDK to initialize OpenTelemetry because it does most of the work of setting it...

feature-request

https://github.com/open-telemetry/opentelemetry-js/blob/8e5049877abace7734fd2da53ea489c0414d8841/experimental/packages/opentelemetry-instrumentation-http/README.md?plain=1#L64 How is this setting supposed to be used? What are the parameters to the function? What is the function supposed to return? What do the return values indicate to...

document
never-stale
pkg:instrumentation-http

This was challenging because Node.js v23.6.0 enabled type-stripping by default, which means node will attempt to execute .ts files by default. This is incompatible with the .ts handling being used...

Skip Changelog

## Which problem is this PR solving? Updates the code to user the helper utilities to retrieve environment variable values Fixes #5560 ## Short description of the changes Switched from...

## Which problem is this PR solving? Migrated away from using `process.env` to use the `getStringFromEnv`-function Fixes #5562 ## Short description of the changes Replaced the usage of `process.env` with...