Codebase list golang-github-grpc-ecosystem-go-grpc-prometheus / 9abf3eb
Merge pull request #89 from jeffwidman/patch-1 Fix typo: Receive --> Send Frederic Branczyk authored 4 years ago GitHub committed 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
4646 prom.Register(DefaultClientMetrics.clientStreamRecvHistogram)
4747 }
4848
49 // EnableClientStreamReceiveTimeHistogram turns on recording of
49 // EnableClientStreamSendTimeHistogram turns on recording of
5050 // single message send time of streaming RPCs.
5151 // This function acts on the DefaultClientMetrics variable and the
5252 // default Prometheus metrics registry.