Skip to content

Commit

Permalink
more instrument
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Jan 20, 2025
1 parent 93b7baa commit 9b22880
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mirrord/intproxy/src/proxies/incoming.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ impl IncomingProxy {
///
/// If we don't have a [`PortSubscription`] for the port, the task is not started.
/// Instead, we respond immediately to the agent.
#[tracing::instrument(level = Level::TRACE, skip(self, message_bus))]
async fn start_http_gateway(
&mut self,
request: HttpRequest<StreamingBody>,
Expand Down Expand Up @@ -227,6 +228,7 @@ impl IncomingProxy {
///
/// If we don't have a [`PortSubscription`] for the port, the task is not started.
/// Instead, we respond immediately to the agent.
#[tracing::instrument(level = Level::TRACE, skip(self, message_bus))]
async fn handle_new_connection(
&mut self,
connection: NewTcpConnection,
Expand Down

0 comments on commit 9b22880

Please sign in to comment.