opentelemetry-go-contrib icon indicating copy to clipboard operation
opentelemetry-go-contrib copied to clipboard

Add method CloseIdleConnections for otelhttp.Transport

Open lesha888 opened this issue 2 years ago • 2 comments

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.

lesha888 avatar Aug 29 '23 14:08 lesha888

CLA Not Signed

You will need to sign the CLA. And this will need a test.

dmathieu avatar Aug 30 '23 07:08 dmathieu