reqwest-middleware/reqwest-tracing/src
Alessandro Zanin 13ca870d20
Allows adding properties to the span (#43)
Provides reqwest-tracing with a trait ReqwestOtelSpanBackend, allowing custom fields/behaviour to be defined.

This is a breaking change as the TracingMiddleware signature now requires you to define a ReqwestOtelSpanBackend to provide it with the desired span behaviour.

Co-authored-by: Alessandro Zanin <ale.zanin90@gmail.com>
Co-authored-by: tl-flavio-barinas <flavio.barinas@truelayer.com>
Co-authored-by: Marco Tormento <tl-marco-tormento@users.noreply.github.com>
2022-06-30 14:54:54 +01:00
..
lib.rs Allows adding properties to the span (#43) 2022-06-30 14:54:54 +01:00
middleware.rs Allows adding properties to the span (#43) 2022-06-30 14:54:54 +01:00
otel.rs Allows adding properties to the span (#43) 2022-06-30 14:54:54 +01:00
reqwest_otel_span_builder.rs Allows adding properties to the span (#43) 2022-06-30 14:54:54 +01:00
reqwest_otel_span_macro.rs Allows adding properties to the span (#43) 2022-06-30 14:54:54 +01:00