github.com/go-logr/logr.Logger.Info
third-partyThe 100th most-called third-party method by production calls. Called 10,857 times across 39 modules; 10,437 of those run outside tests and generated code.
- prod calls
- 10,437
- non-test, non-generated
- all calls
- 10,857
- total callsites
- modules
- 39
- distinct callers
- in loop
- 18%
- of prod calls
- in tests
- 4%
- 420 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.
- Method value<1%A method captured as a value, then called.
who calls this
Notable callers
Production calls into Logger.Info from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 6,635 64%
- Kyverno 2,478 24%
- KEDA 237 2%
- External Secrets 51 <1%
- Argo 50 <1%
where it's called
Callsites in the wild
12 representative callsites of 10,857, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
-
cilium/endpointslice-controller @v0.0.0-20250410163339-ffb33e27879c
in loop -
external-secrets/external-secrets @v1.3.2
pkg/controllers/clusterexternalsecret/clusterexternalsecret_controller.go:188 ↗
in loop - in loop
- in loop
- in loop
-
kubesphere/kubesphere @v0.0.0-20260715011438-04a29b5c6014
in loop - in loop
- in loop
-
k8s.io/kubernetes @v1.36.3
pkg/kubelet/config/apiserver.go:45
in loop - in loop
-
kubevirt.io/kubevirt @v1.9.0
tests/monitoring/vm_monitoring.go:97
in loop
top callers
The modules that reach for it
The modules that call Logger.Info most in this snapshot.
- github.com/kubernetes/kubernetes3,50432%
- k8s.io/kubernetes2,79326%
- github.com/kyverno/kyverno2,47823%
- github.com/cert-manager/cert-manager4134%
- github.com/fission/fission3433%
siblings
More from github.com/go-logr/logr
The other most-called members in this package. See all →