drewcorlin1

Results 7 issues of 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...

feature-request
never-stale

**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...

pkg:instrumentation-ioredis
pkg:instrumentation-graphql
pkg:instrumentation-mysql
pkg:instrumentation-mysql2
pkg:instrumentation-fs
pkg:instrumentation-restify
pkg:instrumentation-dns
pkg:resource-detector-alibaba-cloud
pkg:resource-detector-aws
pkg:resource-detector-gcp
pkg:resource-detector-instana
pkg:auto-instrumentations-node
pkg:auto-instrumentations-web
pkg:propagation-utils
pkg:instrumentation-amqplib
pkg:instrumentation-lru-memoizer
pkg:instrumentation-mongoose
pkg:instrumentation-tedious
pkg:instrumentation-aws-lambda
pkg:instrumentation-aws-sdk
pkg:instrumentation-bunyan
pkg:instrumentation-cassandra-driver
pkg:instrumentation-connect
pkg:instrumentation-express
pkg:instrumentation-fastify
pkg:instrumentation-generic-pool
pkg:instrumentation-hapi
pkg:instrumentation-knex
pkg:instrumentation-koa
pkg:instrumentation-memcached
pkg:instrumentation-mongodb
pkg:instrumentation-nestjs-core
pkg:instrumentation-net
pkg:instrumentation-pg
pkg:instrumentation-pino
pkg:instrumentation-redis-4
pkg:instrumentation-redis
pkg:instrumentation-router
pkg:instrumentation-winston
pkg:instrumentation-document-load
pkg:instrumentation-long-task
pkg:instrumentation-user-interaction
pkg:instrumentation-dataloader
pkg:instrumentation-socket.io
pkg:instrumentation-cucumber
pkg:sampler-aws-xray
pkg:resource-detector-container
pkg:resource-detector-azure
pkg:test-utils
pkg:instrumentation-runtime-node

**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...

kind/enhancement
area/extensions and telemetry
area/user experience

### 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...

bug
priority:p4
pkg:instrumentation-redis

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 |...