googleapis / googleapis/google-cloud-java
[java-bigtable] BigtableGrpcStreamTracer incorrectly measures Application blocking latencies
Đang mở
api: bigtable
type: bug
- Ngôn ngữ chính
- Java
- Star
- 2.1k
- Fork
- 1.2k
- Merge trung bình
- 1 ngày 23 giờ
- Pull request đã merge (30 ngày)
- 154
Mô tả
Currently it measures the time between streamCreated and outboundMessageSent. The intent is to measure how long grpc has the rpc in a queue. Unfortunately streamCreated happens after the queuing. Instead the measurement should be taken from the start of the method invocation (ie newCall)
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.