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

feat(celery): Set "messaging.system" on span #3024

Commits on May 15, 2024

  1. feat(celery): Set "messaging.system" on span

    Set the "messaging.system" data on the "queue.process" span in the Celery integration. The messaging.system span data attribute should be set to the Celery broker being used, e.g. "amqp" for RabbitMQ, "redis" for Redis, and "sqs" for Amazon SQS. Also, add tests for this feature.
    
    ref #2951
    szokeasaurusrex committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a02eb9c View commit details
    Browse the repository at this point in the history