This repository was archived by the owner on Apr 18, 2023. It is now read-only.
This repository was archived by the owner on Apr 18, 2023. It is now read-only.
client-stream metrics don't invoked Handled on OK status #92
Open
Description
See: https://github.com/grpc-ecosystem/go-grpc-prometheus/blob/master/client_metrics.go#L230-L244
The problem with this block is that CloseAndRecv of a client-only stream sends stream close, receives the single response message, and then never reads stream EOF which would cause Handle to be invoked.
Metadata
Metadata
Assignees
Labels
No labels