opentelemetry-python-contrib
opentelemetry-python-contrib copied to clipboard
Add attributes to pika instrumentation
trafficstars
Hi, I'm trying to use the pika instrumentation and it looks like important basic attributes are missing. I would like the next attributes to be instrumented:
- destination queue
- routing key
- exchange
Some of them are already instrumented in aio-pika and it seems reasonable to have them in pika instrumentation too. Could you do that? Thanks!