opentelemetry-go-contrib
opentelemetry-go-contrib copied to clipboard
Add method CloseIdleConnections for otelhttp.Transport
Add method CloseIdleConnections for otelhttp.Transport
CloseIdleConnections closes any connections on its Transport which were previously connected from previous requests but are now sitting idle in a "keep-alive" state. It does not interrupt any connections currently in use. If the Client's Transport does not have a CloseIdleConnections method then this method does nothing.
- :x: - login: @lesha888 / name: Oleksii . The commit (5aa68d5c67346c982144c3f764642484494ba949) is not authorized under a signed CLA. Please click here to be authorized. For further assistance with EasyCLA, please submit a support request ticket.
You will need to sign the CLA. And this will need a test.