opentelemetry-java-instrumentation icon indicating copy to clipboard operation
opentelemetry-java-instrumentation copied to clipboard

Allow custom temporary NATS subjects detection

Open AlixBa opened this issue 4 months ago • 0 comments

In order to avoid this, as both _INBOX and _R_ are used for temporary request/reply subjects. Screenshot 2025-12-26 at 19 20 05

It can also be useful for internal operations. On my side I use custom subjects for warming up my application, _TEMP.warmup.UUID. They pop-up in the span names and as I use a UUID I'd like to rename these ones to (temporary) too.

AlixBa avatar Dec 26 '25 18:12 AlixBa