shard sender into multiple task workers by destination hash
rename Destination::Normal variant tracing instruments Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -24,7 +24,10 @@ use crate::{
|
||||
};
|
||||
|
||||
impl super::Service {
|
||||
#[tracing::instrument(skip_all, level = "debug")]
|
||||
#[tracing::instrument(
|
||||
level = "debug"
|
||||
skip(self, client, request),
|
||||
)]
|
||||
pub async fn send<T>(
|
||||
&self,
|
||||
client: &Client,
|
||||
|
||||
Reference in New Issue
Block a user