We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe your environment python 3.10.10 httpx==0.23.3 opentelemetry-instrumentation-httpx==0.36b0
Steps to reproduce
import httpx from opentelemetry.instrumentation.httpx import HTTPXClientInstrumentor with httpx.Client() as client: HTTPXClientInstrumentor.instrument_client(client) print(client.get("https://wtfismyip.com/json").json())
What is the expected behavior? I expected it to run without any ResourceWarning.
What is the actual behavior? Got ResourceWarning for each client instance
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe your environment
python 3.10.10
httpx==0.23.3
opentelemetry-instrumentation-httpx==0.36b0
Steps to reproduce
What is the expected behavior?
I expected it to run without any ResourceWarning.
What is the actual behavior?
Got ResourceWarning for each client instance
The text was updated successfully, but these errors were encountered: