Skip to content

Commit 177ccbd

Browse files
aygalinclukebakken
authored andcommitted
chore: use connection attempt as activity name
1 parent 07f7a29 commit 177ccbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/RabbitMQ.Client/Impl/RabbitMQActivitySource.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public static class RabbitMQActivitySource
7575
}
7676

7777
Activity? connectionActivity =
78-
s_connectionSource.StartRabbitMQActivity("connection open", ActivityKind.Client);
78+
s_connectionSource.StartRabbitMQActivity("connection attempt", ActivityKind.Client);
7979
connectionActivity?
8080
.SetNetworkTags(frameHandler);
8181
return connectionActivity;

0 commit comments

Comments
 (0)