1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-07-01 12:15:08 +02:00

Update tracing subscriber (#49)

* Update tracing subscriber

* Fix tests

* Update existing opentelemetry_0_16 feature with new subscriber

* Fix compile issue
This commit is contained in:
Riley
2021-10-27 03:47:12 -05:00
committed by GitHub
parent 205c63aa4d
commit 352c274c8d
2 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ use tracing_opentelemetry_0_13_pkg as tracing_opentelemetry;
#[cfg(feature = "opentelemetry_0_15")]
use tracing_opentelemetry_0_14_pkg as tracing_opentelemetry;
#[cfg(feature = "opentelemetry_0_16")]
use tracing_opentelemetry_0_15_pkg as tracing_opentelemetry;
use tracing_opentelemetry_0_16_pkg as tracing_opentelemetry;
use opentelemetry::propagation::Extractor;