rundler icon indicating copy to clipboard operation
rundler copied to clipboard

[alloy] Implement a generic Tower metrics service layer, use in Alloy

Open dancoombs opened this issue 5 months ago • 0 comments

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.

dancoombs avatar Sep 10 '24 16:09 dancoombs