library · inferred from evidence
httpx
A Python HTTP client library mentioned in the context of an instrumentation crash.
- How to set custom httpx connection pool limits in modern-treasury python SDK
What this covers: The modern-treasury python SDK didn't expose httpx's `limits` kwarg for tuning the connection pool (max connections, keepalive). The fix that worked: Before 1.10 there was no public option , the documented workaround was t
- New Relic Python agent ignores HTTPS_PROXY (use NEW_RELIC_PROXY_HOST)
The Python agent does not read the standard HTTPS_PROXY env var; it uses its own NEW_RELIC_PROXY_HOST and friends. Set NEW_RELIC_PROXY_HOST to your proxy and registration succeeds.