Skip to content

Commit

Permalink
fix(otel): missing SocketAddr
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Aug 1, 2023
1 parent 1dc3c6f commit c7b0660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viz-core/src/middleware/otel/tracing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! [`OpenTelemetry`]: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/http.md

use std::sync::Arc;
use std::{net::SocketAddr, sync::Arc};

use http::uri::Scheme;
use opentelemetry::{
Expand Down

0 comments on commit c7b0660

Please sign in to comment.