Skip to main content

Module client

Module client 

Source
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ยง

TracedClient
A traced HTTP client that automatically injects OpenTelemetry trace context into outgoing requests for distributed tracing.