opencensus-python
opencensus-python copied to clipboard
Add httpx tracing extension
Hi 😄
I have been missing httpx https://www.python-httpx.org package extension so I create one.
Thankfully httpx is very similar to requests so most of my code is actually taken from requests extension.
If this is a problem I can address it somehow 😄