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
The modern-treasury python SDK didn't expose httpx's `limits` kwarg for tuning the connection pool (max connections, keepalive). A user posted a workaround that reaches into `modern_treasury._client`, builds a new `httpx.Client` copying bas
- New Relic Python agent ignores HTTPS_PROXY (use NEW_RELIC_PROXY_HOST)
Two identical services: agent 6.0.0.154 never registers with New Relic in a network with no default route (proxy only), while 5.24.0.153 works with HTTPS_PROXY. Giving the v6 service a direct route makes it register, so the agent is ignorin