fix: Use span rather than child_span

pull/24376/head
Carol (Nichols || Goulding) 2022-10-20 09:11:11 -04:00
parent 2179aeb785
commit 712cfc3f38
No known key found for this signature in database
GPG Key ID: E907EE5A736F87D4
1 changed files with 1 additions and 3 deletions

View File

@ -421,9 +421,7 @@ async fn execute(
.query(
Arc::clone(&ingester_address),
ingester_query_request,
span_recorder
.child_span("IngesterQuery")
.map(|span| span.ctx),
span_recorder.span().map(|span| span.ctx.clone()),
)
.await;