net/http.RoundTripper.RoundTrip
standard libraryThe 980th most-called standard-library method by production calls. Called 987 times across 213 modules; 667 of those run outside tests and generated code.
- prod calls
- 667
- non-test, non-generated
- all calls
- 987
- total callsites
- modules
- 213
- distinct callers
- in loop
- 4%
- of prod calls
- in tests
- 32%
- 320 calls
- resolved
- 0%
- 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 →
- Interface method100%Called through an interface. The runtime target may differ.
who calls this
Notable callers
Production calls into RoundTripper.RoundTrip from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 101 15%
- Grafana 52 8%
- Prometheus 25 4%
- containerd 21 3%
- Argo 14 2%
where it's called
Callsites in the wild
12 representative callsites of 987, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
-
etcd-io/etcd @v2.3.8+incompatible
in loop - in loop
- in loop
-
coreos/etcd @v2.3.8+incompatible
in loop - in loop
- in loop
- in loop
- in loop
- in loop
-
imroc/req/v3 @v3.60.0
in loop
top callers
The modules that reach for it
The modules that call RoundTripper.RoundTrip most in this snapshot.
- github.com/kubernetes/kubernetes808%
- github.com/kubernetes/client-go444%
- k8s.io/client-go444%
- github.com/larksuite/cli414%
- github.com/thanos-io/thanos323%
siblings
More from net/http
The other most-called members in this package. See all →