tower-http-tracing
Tower tracing middleware to annotate every HTTP request with tracing's span
Example
Below is illustration of how to initialize request layer for passing into your service
use IpAddr;
use ;
;
make_request_spanner!;
let layer = new;
//Use above layer in your service
Features
opentelemetry- Enables integration with opentelemetry to propagate context from requests and into responsesdatadog- Enables integration with specialized datadog tracing layer to propagate context from requests and into responses