Skip to content

Commit

Permalink
fixup! adapter: thread tracing Span through GroupCommitApply
Browse files Browse the repository at this point in the history
  • Loading branch information
aljoscha committed Oct 2, 2023
1 parent 2d157a8 commit 7c019ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adapter/src/coord/message_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ impl Coordinator {
span,
) => {
self.group_commit_apply(timestamp, responses, write_lock_guard, notifies, permit)
.instrument(span)
.await;
}
Message::AdvanceTimelines => {
Expand Down

0 comments on commit 7c019ae

Please # to comment.