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): Send Celery retry count #2971

Merged
merged 3 commits into from May 15, 2024

Commits on May 15, 2024

  1. feat: Send Celery retry count

    Send the retry count of a Celery task as a span data attribute on the "queue.process" span. Also, add tests for this feature.
    
    Ref #2961
    szokeasaurusrex committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ff10b77 View commit details
    Browse the repository at this point in the history
  2. feat(celery): Set task ID on span

    Set Celery task ID on the "queue.process" span, and add tests for this new behavior.
    
    Closes #2974
    szokeasaurusrex committed May 15, 2024
    Configuration menu
    Copy the full SHA
    68332d8 View commit details
    Browse the repository at this point in the history
  3. 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