Skip to content

Add OpenTelemetry tracing to on_message - #16

Open
zyrinx wants to merge 1 commit into
masterfrom
add-opentelemetry-tracing-to-consume
Open

Add OpenTelemetry tracing to on_message#16
zyrinx wants to merge 1 commit into
masterfrom
add-opentelemetry-tracing-to-consume

Conversation

@zyrinx

@zyrinx zyrinx commented Jul 31, 2026

Copy link
Copy Markdown
  • extract trace context from the AMQP message headers and wrap the handler call in a consumer span, no-op without a configured OpenTelemetry backend
  • new dependency opentelemetry-api, span attributes follow the messaging semantic conventions
  • packaging modernized to pyproject.toml + uv, Debian packaging removed, Python floor now 3.9, pika constrained to >=1.3.2,<1.4

 - extract trace context from the AMQP message headers and wrap the handler call in a consumer span, no-op without a configured OpenTelemetry backend
 - new dependency opentelemetry-api, span attributes follow the messaging semantic conventions
 - packaging modernized to pyproject.toml + uv, Debian packaging removed, Python floor now 3.9, pika constrained to >=1.3.2,<1.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant