We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f7a29 commit 177ccbdCopy full SHA for 177ccbd
projects/RabbitMQ.Client/Impl/RabbitMQActivitySource.cs
@@ -75,7 +75,7 @@ public static class RabbitMQActivitySource
75
}
76
77
Activity? connectionActivity =
78
- s_connectionSource.StartRabbitMQActivity("connection open", ActivityKind.Client);
+ s_connectionSource.StartRabbitMQActivity("connection attempt", ActivityKind.Client);
79
connectionActivity?
80
.SetNetworkTags(frameHandler);
81
return connectionActivity;
0 commit comments