opentelemetry-js
opentelemetry-js copied to clipboard
OpenTelemetry JavaScript Client
### 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....
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,...
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...
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...
## 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...
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...
[](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) | [](https://docs.renovatebot.com/merge-confidence/)...
### 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...
- [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...