yarpc / yarpc-go

A message passing platform for Go
MIT License
406 stars 103 forks source link

Caller Procedure not being populated for inbound/outbound middlewares #2231

Closed tibrewalricha closed 7 months ago

tibrewalricha commented 1 year ago

Hello,

It seems like the request object passed to the middleware does not have the field CallerProcedure populated.

This has been tested by emitting metrics for both an inbound and outbound middleware.