mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-26 17:27:42 +02:00
Add support for tokio tracing for actix Service. (#86)
* Add support for tokio tracing for actix Service. * Address comments * Change trace's return type to ApplyTransform * Remove redundant type args * Remove reference to MakeSpan from docs
This commit is contained in:
committed by
Nikolay Kim
parent
a751899aad
commit
aed5fecc8a
@ -10,6 +10,7 @@ members = [
|
||||
"actix-testing",
|
||||
"actix-threadpool",
|
||||
"actix-tls",
|
||||
"actix-tracing",
|
||||
"actix-utils",
|
||||
"router",
|
||||
"string",
|
||||
|
Reference in New Issue
Block a user