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
Before 1.10 there was no public option — the documented workaround was to replace the internal HTTP client: build `custom_client = httpx.Client(base_url=standard_client.base_url, timeout=standard_client._timeout, headers=standard_client.hea
- 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 (plus NEW_RELIC_PROXY_PORT and related NEW_RELIC_PROXY_* settings). Setting NEW_RELIC_PROXY_HOST=$https_proxy resolved the reporter's regi