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

### Is your feature request related to a problem? Please describe. `@opentelemetry/instrumentation-xml-http-request` adds a number of span events for each HTTP request used to profile different stages of the request....

feature-request

Hey guys, I'm currently working on the MongoDB metrics collections and noticed some issue (not huge but can lead to many bugs in the future). In order to produce metrics,...

question
signal:metrics

Fixes #3249 This issue allows the instrumentations to only implement the `setMeterInstruments` when collecting metrics. Before: ``` export class MongoDBInstrumentation extends InstrumentationBase { private _connectionsUsage!: UpDownCounter; constructor(protected override _config: MongoDBInstrumentationConfig...

Spec: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk.md#exemplar A metrics exemplar is a trace that is representative of the metrics being collected. The spec requires that exemplars be implemented in a way such that they may...

feature-request
up-for-grabs
never-stale
signal:metrics

We need to update the standalone documents of Metrics SDK to help people understand the metrics spec changes and how JavaScript SDK implements them. - [ ] https://github.com/open-telemetry/opentelemetry-js/blob/main/doc/processor-api.md needs to...

document
sdk:metrics

## Which problem is this PR solving? Merge `api/docs` into root `doc` directory. ## Type of change - [x] This change requires a documentation update ## Checklist: - [x] Followed...

Skip Changelog

We can close this issue since the question is addressed and we can create new issues for proposed convenience APIs _Originally posted by @dyladan in https://github.com/open-telemetry/opentelemetry-js-api/issues/164#issuecomment-1176500245_ I propose we add...

enhancement

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chromedriver](https://togithub.com/giggio/node-chromedriver) | [`104.0.0` -> `105.0.1`](https://renovatebot.com/diffs/npm/chromedriver/104.0.0/105.0.1) | [![age](https://badges.renovateapi.com/packages/npm/chromedriver/105.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

### Is your feature request related to a problem? Please describe. As of now resource detection is happening asynchronous, this means that spans that are generated early at application start...

feature-request
never-stale

- [x] This only affects the JavaScript OpenTelemetry library - [ ] This may affect other libraries, but I would like to get opinions here first Are there any concerns...

stale