go-capnp icon indicating copy to clipboard operation
go-capnp copied to clipboard

Expose Prometheus metrics

Open fpetkovski opened this issue 1 year ago • 2 comments

It would be great to get some basic metrics out of the box to help troubleshoot performance issues with the RPC framework.

I am wondering if exposing Prometheus metrics is something the project is interested in having.

fpetkovski avatar Sep 25 '24 14:09 fpetkovski

Do you have a list of specific metrics that would be interesting to you?

matheusd avatar Sep 26 '24 13:09 matheusd

I would be interested in tracking the number of requests and request latency on both sides of the RPC.

Here are the client and server metrics that can be used for grpc through middlewares.

fpetkovski avatar Sep 26 '24 13:09 fpetkovski