type google.golang.org/grpc/stats.ConnTagInfo

4 uses

	google.golang.org/grpc/stats (current package)
		handlers.go#L27: type ConnTagInfo struct {
		handlers.go#L60: 	TagConn(context.Context, *ConnTagInfo) context.Context

	google.golang.org/grpc/internal/transport
		http2_client.go#L369: 		t.ctx = sh.TagConn(t.ctx, &stats.ConnTagInfo{
		http2_server.go#L281: 		t.ctx = sh.TagConn(t.ctx, &stats.ConnTagInfo{