Skip to content

Commit

Permalink
完成链路追踪调整
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Dec 31, 2023
1 parent 447f32c commit b0bcd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pullMessage.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (receiver *subscriber) pullMessage() {
curQueue := receiver.queueManager.queue.Range(startIndex, pullCount).ToListAny()
remainingCount := receiver.queueManager.queue.Count() - endIndex

traceContext := receiver.traceManager.EntryQueueConsumer(receiver.subscribeName)
traceContext := receiver.traceManager.EntryQueueConsumer(receiver.queueManager.name, receiver.subscribeName)
// 执行客户端的消费
exception.Try(func() {
sw := stopwatch.StartNew()
Expand Down

0 comments on commit b0bcd05

Please sign in to comment.