Skip to content

Commit

Permalink
feat: make process_batch and process_batches spans trace level
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Vazquez committed Jan 21, 2025
1 parent 6ed4ca3 commit d3ca505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo-router/src/services/subgraph_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ fn http_response_to_graphql_response(
}

/// Process a single subgraph batch request
#[instrument(skip(level="trace", client_factory, contexts, request))]
#[instrument(level="trace", skip(client_factory, contexts, request))]
pub(crate) async fn process_batch(
client_factory: HttpClientServiceFactory,
service: String,
Expand Down

0 comments on commit d3ca505

Please sign in to comment.