Skip to content

Commit d3ca505

Browse files
author
Samuel Vazquez
committed
feat: make process_batch and process_batches spans trace level
1 parent 6ed4ca3 commit d3ca505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apollo-router/src/services/subgraph_service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ fn http_response_to_graphql_response(
806806
}
807807

808808
/// Process a single subgraph batch request
809-
#[instrument(skip(level="trace", client_factory, contexts, request))]
809+
#[instrument(level="trace", skip(client_factory, contexts, request))]
810810
pub(crate) async fn process_batch(
811811
client_factory: HttpClientServiceFactory,
812812
service: String,

0 commit comments

Comments
 (0)