Closed
Description
Problem Statement
It would be useful to be able to pass a custom HTTP client to this instrumentation library.
Proposed Solution
Add a WithClient() option.
Alternatives
Configuring everything with options, but it's quite complex and it costs a lot when you already have a fully featured http client.
Additional Context
I would use this for Prometheus, which has a fully featured http client.