Open
Description
Hi,
Current implementation of query observer observes only individual attempts and does not provide final latency values considering retries and speculative retries. For example:
- if query has 1st attempt for 10ms, then regular retry, and another attempt for 20ms, then both attempts are reported separately, and total 30ms latency isn't be reported;
- if query has 1st attempt for 150ms, and another speculative attempt for 10ms that kicked after 10ms, then 150ms and 10ms attempts are both reported, while non of them represent real 20ms latency.
Is this an expected behaviour and applications are expected to observe real latency?
Metadata
Metadata
Assignees
Labels
No labels