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

metrics: capture grpc metrics

Open dshulyak opened this issue 2 years ago • 0 comments

some things that i am interested in particular are:

  • number of concurrent streams labeled by stream type
  • average buffer window labeled by stream type
  • error rate labeled by stream/unary call type
  • request duration labeled by stream/unary call type
  • request rate labeled by stream/unary call type

checkout https://github.com/grpc-ecosystem/go-grpc-prometheus

dshulyak avatar Jul 04 '22 08:07 dshulyak