googleapis / googleapis/google-cloud-java
[java-bigtable] BigtableGrpcStreamTracer incorrectly measures Application blocking latencies
Offen
api: bigtable
type: bug
- Vorherrschende Sprache
- Java
- Sterne
- 2.1k
- Forks
- 1.2k
- Ø Merge
- 1 T. 23 Std.
- Gemergte PRs (30 T.)
- 154
Beschreibung
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)
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.