opentelemetry-js
opentelemetry-js copied to clipboard
OpenTelemetry JavaScript Client
## 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...
## 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,...
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...
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?  ### OpenTelemetry Setup Code ```JavaScript import { WebTracerProvider } from '@opentelemetry/sdk-trace-web' import { Resource } from '@opentelemetry/resources' import { SemanticResourceAttributes } from '@opentelemetry/semantic-conventions' import { ZoneContextManager...
Make all imports and exports explicit so that internal classes / objects etc are not inadvertently made public and become part of the public API.
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...
# 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...
- [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...