Expand description
Traced HTTP client that automatically injects OpenTelemetry context
This module provides a wrapper around reqwest::Client that automatically
injects trace context headers (traceparent, tracestate) for distributed tracing.
Structsยง
- Traced
Client - A traced HTTP client that automatically injects OpenTelemetry trace context into outgoing requests for distributed tracing.