Skip to content

Commit be09516

Browse files
committed
bring oteldebug to hyper mod
1 parent 467dc66 commit be09516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opentelemetry-http/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,16 @@ mod reqwest {
106106

107107
#[cfg(feature = "hyper")]
108108
pub mod hyper {
109-
use crate::ResponseExt;
110-
111109
use super::{async_trait, Bytes, HttpClient, HttpError, Request, Response};
110+
use crate::ResponseExt;
112111
use http::HeaderValue;
113112
use http_body_util::{BodyExt, Full};
114113
use hyper::body::{Body as HttpBody, Frame};
115114
use hyper_util::client::legacy::{
116115
connect::{Connect, HttpConnector},
117116
Client,
118117
};
118+
use opentelemetry::otel_debug;
119119
use std::fmt::Debug;
120120
use std::pin::Pin;
121121
use std::task::{self, Poll};

0 commit comments

Comments
 (0)