We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd697a commit 25062cdCopy full SHA for 25062cd
src/bin/server.rs
@@ -22,8 +22,6 @@ use opentelemetry::sdk::trace as sdktrace;
22
// For passing along the same XrayId across services
23
use opentelemetry_aws::trace::XrayPropagator;
24
#[cfg(feature = "otel")]
25
-// To be able to pass along the XrayId across services
26
-#[cfg(feature = "otel")]
27
// The `Ext` traits are to allow the Registry to accept the
28
// OpenTelemetry-specific types (such as `OpenTelemetryLayer`)
29
use tracing_subscriber::{
0 commit comments