Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(amqplib)!: instrumentation produced high cardinality span names (#…
…2366) * fix: amqplib instrumentation produced high cardinality span names This change amends the amqplib instrumentation so it adheres to span name conventions mentioned here https://opentelemetry.io/docs/specs/semconv/messaging/messaging-spans/#span-name * remove wrong import * fix: add test to assert that operation is publish * add test for span name * use correct queue name * fix: lint * Update plugins/node/instrumentation-amqplib/test/amqplib-callbacks.test.ts * Update plugins/node/instrumentation-amqplib/src/amqplib.ts Co-authored-by: Amir Blum <[email protected]> * Update plugins/node/instrumentation-amqplib/src/amqplib.ts * Update plugins/node/instrumentation-amqplib/test/amqplib-callbacks.test.ts * Update amqplib-callbacks.test.ts --------- Co-authored-by: Amir Blum <[email protected]>
- Loading branch information