mirror of
https://github.com/actix/actix-extras.git
synced 2025-07-01 20:25:09 +02:00
Add support for opentelemetry 0.17, actix-web rc.2 (#74)
* Add support for opentelemetry 0.17, actix-web rc.2 * Enable actix-web macros for tests * Link to newest opentelemetry in readme * Add opentelemetry_0_17 to workflows
This commit is contained in:
@ -7,11 +7,11 @@ edition = "2018"
|
||||
license = "MIT/Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "=4.0.0-rc.1"
|
||||
actix-web = "=4.0.0-rc.2"
|
||||
tracing = "0.1.19"
|
||||
opentelemetry = { version = "0.16", features = ["rt-tokio-current-thread"] }
|
||||
opentelemetry-jaeger = { version = "0.15", features = ["rt-tokio-current-thread"] }
|
||||
tracing-opentelemetry = { version = "0.16" }
|
||||
opentelemetry = { version = "0.17", features = ["rt-tokio-current-thread"] }
|
||||
opentelemetry-jaeger = { version = "0.16", features = ["rt-tokio-current-thread"] }
|
||||
tracing-opentelemetry = { version = "0.17" }
|
||||
tracing-subscriber = { version = "0.3", features = ["registry", "env-filter"] }
|
||||
tracing-bunyan-formatter = "0.3"
|
||||
tracing-actix-web = { path = "../..", features = ["opentelemetry_0_16"] }
|
||||
tracing-actix-web = { path = "../..", features = ["opentelemetry_0_17"] }
|
||||
|
Reference in New Issue
Block a user