ops: Widen validate-check for upstream/write/rate failures #47
Reference in New Issue
Block a user
Delete Branch "ops/validate-check-upstream-failures"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
make validate-checkalready answered "is it caching?" via hit/miss, but ignoredupstream_errors/cache_write_failures/rate_limited, so a hot failure path could look fine when hits exist.What
make validate-checkto include those three fieldsTest
/metrics(steamcache/metrics/metrics.go); no new metrics stackRisks / rollback
Docs + Makefile only. Revert commit.
Closes #34