func google.golang.org/grpc/internal/stats.NewCombinedHandler

4 uses

	google.golang.org/grpc/internal/stats (current package)
		stats.go#L35: func NewCombinedHandler(handlers ...stats.Handler) stats.Handler {

	google.golang.org/grpc/internal/transport
		http2_client.go#L355: 		statsHandler:          istats.NewCombinedHandler(opts.StatsHandlers...),

	google.golang.org/grpc
		clientconn.go#L254: 	cc.statsHandler = istats.NewCombinedHandler(cc.dopts.copts.StatsHandlers...)
		server.go#L715: 		statsHandler: istats.NewCombinedHandler(opts.statsHandlers...),