Skip to content

Add OpenTelemetry tracing to send_event - #10

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

Add OpenTelemetry tracing to send_event#10
zyrinx wants to merge 1 commit into
masterfrom
add-opentelemetry-tracing-to-publish

Conversation

@zyrinx

@zyrinx zyrinx commented Jul 31, 2026

Copy link
Copy Markdown
  • create a producer span per publish and inject the trace context into the AMQP message headers, no-op without a configured OpenTelemetry backend
  • new dependency opentelemetry-api
  • packaging modernized to pyproject.toml + uv, Python floor now 3.9, pika relaxed to >=1.3.2,<1.4
  • removed test runner nose and replaced it with pytest

 - create a producer span per publish and inject the trace context into the AMQP message headers, no-op without a configured OpenTelemetry backend
 - new dependency opentelemetry-api
 - packaging modernized to pyproject.toml + uv, Python floor now 3.9, pika relaxed to >=1.3.2,<1.4
 - removed test runner nose and replaced it with pytest

@dominik-matic dominik-matic left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's try it out 👍

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.

3 participants