go-grpc-prometheus
go-grpc-prometheus copied to clipboard
How to simplify grpc prometheus metrics
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?