-
I installed the builder.Services.AddOpenTelemetry()
.WithTracing(tracing =>
{
tracing.AddSource("Aspire.RabbitMQ.Client");
}); May I ask if I have missed some configurations |
Beta Was this translation helpful? Give feedback.
Answered by
eerhardt
Nov 13, 2024
Replies: 1 comment
-
The Version 7 just shipped but we haven't had a chance to update yet. See RabbitMQ.Client v7 breaks Aspire.RabbitMQ.Client component (dotnet/aspire#3956). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zengande
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
Aspire.RabbitMQ.Client
package uses version 6 of RabbitMQ.Client, which doesn't have any tracing support. See Enable Tracing for RabbitMQ Component when we move to their v7 (dotnet/aspire#562).Version 7 just shipped but we haven't had a chance to update yet. See RabbitMQ.Client v7 breaks Aspire.RabbitMQ.Client component (dotnet/aspire#3956).