Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for kombu #1327

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Add support for kombu #1327

wants to merge 2 commits into from

Conversation

hmstepanek
Copy link
Contributor

@hmstepanek hmstepanek commented Mar 20, 2025

Overview

Add message broker support for Kombu.

This includes the addition of two settings:

  • kombu.consumer.enabled - this enables instrumentation specifically for the Kombu consumer. Existing customers that use Celery may otherwise see duplicated transactions when consuming messages-one from Kombu and one from Celery.
  • kombu.ignored_exchanges - this contains a default to ignore the celeryev queue which is a monitoring queue for rabbitmq. Monitoring this queue by default just creates a lot of noise.

Copy link

github-actions bot commented Mar 20, 2025

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
⚠️ MARKDOWN markdownlint 19 5 14 1.12s
❌ MARKDOWN markdown-link-check 19 12 95.21s
❌ PYTHON ruff yes yes 1 0.26s
✅ RST rstcheck 2 0 4.59s
✅ RST rstfmt 2 1 0 1.88s
✅ RST rst-lint 2 0 1.05s
✅ YAML prettier 10 1 0 1.02s
✅ YAML v8r 10 0 5.34s
✅ YAML yamllint 10 0 0.77s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant