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
We need a 3rd for our new Alloy Provider to track "Internal RPC" metrics.
Instead of re-implementing this logic for a 3rd time, we should build a standard layer that takes a much simpler metrics logger trait impl that can extract method info and do metrics logging. @dancoombs can help with the initial design.
The text was updated successfully, but these errors were encountered:
Describe the feature
We currently have 2 Tower service layer implementations for metrics:
Incoming RPC
Internal gRPC
We need a 3rd for our new Alloy Provider to track "Internal RPC" metrics.
Instead of re-implementing this logic for a 3rd time, we should build a standard layer that takes a much simpler metrics logger trait impl that can extract method info and do metrics logging. @dancoombs can help with the initial design.
The text was updated successfully, but these errors were encountered: