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

**DRAFT** feat: RabbitMQ version 7 instrumentation #2890

Closed
wants to merge 10 commits into from

Conversation

tippmar-nr
Copy link
Member

@tippmar-nr tippmar-nr commented Nov 18, 2024

Adds support for auto-instrumentation of RabbitMQ version 7.

Instruments the following methods:

  • Channel.BasicPublishAsync
  • Channel.BasicGetAsync
  • Channel.QueuePurgeAsync
  • AsyncEventingBasicConsumer.HandleBasicDeliverAsync()

Closes #2885

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.42%. Comparing base (5a183e7) to head (e66819a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2890      +/-   ##
==========================================
- Coverage   81.42%   81.42%   -0.01%     
==========================================
  Files         465      465              
  Lines       29563    29568       +5     
  Branches     3278     3278              
==========================================
+ Hits        24073    24077       +4     
- Misses       4697     4698       +1     
  Partials      793      793              
Flag Coverage Δ
Agent 82.36% <ø> (+<0.01%) ⬆️
Profiler 73.07% <ø> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 6 files with indirect coverage changes

---- 🚨 Try these New Features:

@tippmar-nr
Copy link
Member Author

Closing because of ValueTask<T> blocker

@tippmar-nr tippmar-nr closed this Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Instrumentation to support RabbitMQ 7+
2 participants