This is a simple package which provides a contructor method to create a retryablehttp.Client
which integrates with the OpenTelemetry SDK.
Install the package to your project
go get -u github.com/reecerussell/otelretryablehttp
Then use as so:
client := otelretryablehttp.NewClient()