You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I want to have a metric to track the gRPC status code and the associated method. Looking around most people recommend implement it using tracing, but then I only get the
grpc-status
. Looking at how this is implement under the hood https://github.com/tower-rs/tower-http/blob/33645694bda18105decc54be33d659c82ff07435/tower-http/src/trace/body.rs#L29 seems to be very complicated for what I'm trying to achieve.Is there a more straightforward way ?
For context, this is how I implemented it with using the traces, but here I am missing the method as mentioned
Beta Was this translation helpful? Give feedback.
All reactions