Skip to content

Commit

Permalink
bring oteldebug to hyper mod
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas committed Dec 19, 2024
1 parent 467dc66 commit be09516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opentelemetry-http/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,16 @@ mod reqwest {

#[cfg(feature = "hyper")]
pub mod hyper {
use crate::ResponseExt;

use super::{async_trait, Bytes, HttpClient, HttpError, Request, Response};
use crate::ResponseExt;
use http::HeaderValue;
use http_body_util::{BodyExt, Full};
use hyper::body::{Body as HttpBody, Frame};
use hyper_util::client::legacy::{
connect::{Connect, HttpConnector},
Client,
};
use opentelemetry::otel_debug;
use std::fmt::Debug;
use std::pin::Pin;
use std::task::{self, Poll};
Expand Down

0 comments on commit be09516

Please sign in to comment.