Skip to content

Conversation

cody-littley
Copy link
Contributor

Why are these changes needed?

Adds a new metric to the relay caches: "cache near miss count". A near miss in this context is defined as a request to the cache for data that is currently being looked up. Such requests are not as good as a cache hit, since a cache hit returns the data with no extra latency. But unlike a true cache miss, a cache near miss does not result in extra network traffic to fetch the data.

@cody-littley cody-littley self-assigned this Jan 9, 2025
@cody-littley cody-littley merged commit 7728d52 into Layr-Labs:master Jan 9, 2025
7 checks passed
@cody-littley cody-littley deleted the relay-near-miss branch January 9, 2025 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants