func init()

in csrmetrics/csrmetrics.go [52:57]


func init() {
	prometheus.MustRegister(
		outboundRPCCount,
		outboundRPCLatency,
	)
}