I’m trying to setup a dashboard for our C++ services running gRPC, but I’m struggling with the latency metrics.
I have grpc_io_client_roundtrip_latency_cumulative_ms_bucket, now this has buckets defined in the labels (or whatever you call it): grpc_io_client_roundtrip_latency_cumulative_ms_bucket{...,le="100000.000000"}
How do I turn this into a heatmap in grafana?
Also looking for any other tips on gRPC monitoring beyond just this.