net/http.Client.CloseIdleConnections
standard libraryThe 2875th most-called standard-library method by production calls. Called 240 times across 61 modules; 209 of those run outside tests and generated code.
3% in production calls vs 2026-W37 (203 → 209)
- prod calls
- 209
- non-test, non-generated
- all calls
- 240
- total callsites
- modules
- 61
- distinct callers
- in loop
- 4%
- of prod calls
- in tests
- 13%
- 31 calls
- resolved
- 100%
- to a known target
resolution mix
How each call resolves
How each call was attributed. Only resolved kinds, where the target function is known, count toward the ranking. Interface dispatch and unresolved receivers are reported separately and never guessed. Read the taxonomy →
- Concrete method100%A method on a value whose type is known exactly.
- Embedded method<1%Reached through an embedded type.
who calls this
Notable callers
Production calls into Client.CloseIdleConnections from notable Go projects. Open one on the map to see what else it hammers.
- InfluxDB 40 19%
- KEDA 26 12%
- VictoriaMetrics 20 10%
- Tailscale 7 3%
- Prometheus 6 3%
where it's called
Callsites in the wild
12 representative callsites of 240, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
- in loop
-
temporalio/temporal @v1.32.0
common/persistence/visibility/store/elasticsearch/client/client_v7.go:80 ↗
in loop -
go.temporal.io/server @v1.32.0
common/persistence/visibility/store/elasticsearch/client/client_v7.go:80
in loop - in loop
-
go.temporal.io/server @v1.32.0
common/cluster/frontend_http_client.go:105
in loop - in loop
-
coder/coder @v0.27.3
in loop test - in loop test
- in loop test
-
top callers
The modules that reach for it
The modules that call Client.CloseIdleConnections most in this snapshot.
- github.com/influxdata/telegraf4017%
- github.com/kedacore/keda/v22912%
- github.com/sagernet/sing-box167%
- github.com/coder/coder135%
- github.com/SagerNet/sing-box125%
siblings
More from net/http
The other most-called members in this package. See all →