Skip to content

Commit

Permalink
chore: use connection attempt as activity name
Browse files Browse the repository at this point in the history
  • Loading branch information
aygalinc committed Nov 27, 2024
1 parent 4eecc00 commit 06f2d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/RabbitMQ.Client/Impl/RabbitMQActivitySource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public static class RabbitMQActivitySource
}

Activity? connectionActivity =
s_connectionSource.StartRabbitMQActivity("connection open", ActivityKind.Client);
s_connectionSource.StartRabbitMQActivity("connection attempt", ActivityKind.Client);
connectionActivity?
.SetNetworkTags(frameHandler);
return connectionActivity;
Expand Down

0 comments on commit 06f2d1b

Please sign in to comment.