Replies: 3 comments 7 replies
-
We should make |
Beta Was this translation helpful? Give feedback.
-
Which method do you use? Can you point it out in the 6.x code? I'm guessing it is one of these: |
Beta Was this translation helpful? Give feedback.
-
I started working on integrating with the I'm getting the activities from RabbitMQ fine, but the only two diagnostic sources are "Microsoft.Extensions.Hosting" and "Microsoft.AspNetCore". From the Activity User Guide:
I should be able to filter on the RabbitMQ activities by using the |
Beta Was this translation helpful? Give feedback.
-
@lukebakken had asked me for feedback on the v7 RC, so this is my initial feedback.
I updated the
rabbit-rpc
branch on the repo here: https://github.com/ngbrown/grpc-testing/commits/rabbit-rpc/, so look at the recent commits.Describe the solution you'd like
mandatory
is equivalent to the v6 behavior. The parameter also isn't optional, at least on theBasicPublishAsync
method I use. This parameter should have a default value for easier migration. Or at least mention in the Doc XML what the equivalent value is for v6 behavior.Additional context
I also plan on testing how
System.Diagnostics.Activity
works withAsyncEventingBasicConsumer.Received
event handlers, but I won't be able to look at that until the end of the week, so thought that I would get this feedback out there.Beta Was this translation helpful? Give feedback.
All reactions