opentelemetry-js
opentelemetry-js copied to clipboard
OpenTelemetry JavaScript Client
Signed-off-by: alexwine36 ## Which problem is this PR solving? Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any...
### What happened? ## Steps to Reproduce Create an instrumentation for NextJS runtime with file "instrumentation.ts" and run the application, after that reading the console log for the runtime ##...
There was an issue in opentracing to add a scope manager, but it doesn't look like it was ever implemented https://github.com/opentracing/opentracing-javascript/issues/112 What is our action item here? Should we just...
> After changing the default port I can assume it will not be working. Could you please update the docker to ensure it is still working fine (use the latest...
Followup on https://github.com/open-telemetry/opentelemetry-js/issues/4145 I think we should remove the dependency to all exporters from SDK similar as it was done for Jaeger in https://github.com/open-telemetry/opentelemetry-js/pull/4049. The OTLP exporters include quite some...
## Which problem is this PR solving? This PR addresses the issue described in #2000 which states that the http.url attribute must not contain credentials passed via the URL. According...
https://github.com/open-telemetry/opentelemetry-js/blob/e0e2b4ad815ef31b249ab4b19c78c268d3facf9e/experimental/packages/opentelemetry-instrumentation-grpc/test/grpc-protobuf-ts.test.ts#L24 
## Description > [!IMPORTANT] > **The existence of this issue does not reflect the wish of the author for this to be implemented** > This is a feature request that...
There is currently no easy way to get the basic OpenTelemetry constructs - tracer, span, context - without uptaking the whole API tree including diag logging, etc. For implementations where...
We are currently preparing for the 1.1 release, but for features which did not make it into the release I believe we should have a more formal answer for when...