We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eecc00 commit 06f2d1bCopy full SHA for 06f2d1b
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