Add functionality for instrumenting HTTP requests for use in HTTP service client library.
client := tracing.NewHTTPClient()
tracing.NewHTTPClient creates an http.Client configured with OpenTelemetry middleware to generate a span on a request and propagate the trace to the server.
https://mailgun.atlassian.net/browse/PIP-2262
Add functionality for instrumenting HTTP requests for use in HTTP service client library.
tracing.NewHTTPClient
creates anhttp.Client
configured with OpenTelemetry middleware to generate a span on a request and propagate the trace to the server.