Skip to content

Commit

Permalink
feat: skip all label in announce_peer (#537)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi committed Jun 14, 2024
1 parent dad5c9f commit 93bf120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dragonfly-client/src/grpc/scheduler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ impl SchedulerClient {
}

// announce_peer announces the peer to the scheduler.
#[instrument(skip(self, request))]
#[instrument(skip_all)]
pub async fn announce_peer(
&self,
task_id: &str,
Expand Down

0 comments on commit 93bf120

Please sign in to comment.