1
0
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:
Rajasekharan Vengalil
2020-01-15 11:43:53 -08:00
committed by Nikolay Kim
parent a751899aad
commit aed5fecc8a
3 changed files with 289 additions and 0 deletions

View File

@ -10,6 +10,7 @@ members = [
"actix-testing",
"actix-threadpool",
"actix-tls",
"actix-tracing",
"actix-utils",
"router",
"string",