go-grpc-prometheus icon indicating copy to clipboard operation
go-grpc-prometheus copied to clipboard

How to simplify grpc prometheus metrics

Open ceshihao opened this issue 6 years ago • 0 comments

There are thousands of grpc methods in my app, which makes the single metric size is larger than 16MB.

I would like to customize the metrics (e.g. remove grpc_method label) to reduce its size.

Is there any doable way to achieve it?

ceshihao avatar Nov 07 '18 06:11 ceshihao