powerful-florist-1807
09/06/2023, 5:14 PM(remote_cache_requests_cached+remote_cache_speculation_remote_completed_first) / remote_cache_requests
? Also, we are using an on-prem deployed bazel-remote cache. Thanks!powerful-florist-1807
09/06/2023, 5:18 PMremote_cache_requests_cached+remote_cache_speculation_remote_completed_first+remote_cache_requests_uncached = 310 != remote_cache_requests
.witty-crayon-22786
09/06/2023, 5:26 PMremote_cache_requests_cached / (remote_cache_requests_cached + remote_cache_requests_uncached)
1. speculation might complete first, but be for a missed cache entry, so you don’t include it here
2. the reason not to use the remote_cache_requests
value is again because of speculation: if the process finishes before the cache lookup, then a request will be canceled, and so we don’t know whether it was a hit or misspowerful-florist-1807
09/06/2023, 5:56 PM