drewcorlin1
drewcorlin1
Certain information that is (to my knowledge) only available as [Jetstream advisories](https://docs.nats.io/running-a-nats-service/nats_admin/monitoring/monitoring_jetstream#advisories) would be useful to export to prometheus. The ones I think would be most helpful are: * Consumer...
### 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...
**Describe the bug** Non-anonymous eval requests (`https://clientstream.launchdarkly.com/eval//`) are being blocked only in firefox (working fine in Chrome, Safari, Edge) with the error message below. **To reproduce** Make an `identify()` call...
## Which problem is this PR solving? Providing an esbuild plugin for auto instrumentation https://github.com/open-telemetry/opentelemetry-js/issues/4174 - ## Short description of the changes This change adds a proof of concept for...
**Describe the feature request** Add the ability to customize span names based on attributes of the incoming request. I'm emitting spans to Jaeger via the OpenTelemetry collector. The root spans...
### What version of OpenTelemetry are you using? * @opentelemetry/[email protected] * @opentelemetry/[email protected] ### What version of Node are you using? 20 ### What did you do? I am working on...
Given a JsonSchema with nested type with a `oneOf` where the eligible sub-types map to the same typescript type, the resulting typescript type has a duplicate type (eg `string |...