Count urls a peer asks for that this node does not hold - #7
Merged
Conversation
The urlmetadatacourier outcome vocabulary names how a peer answered a delivery. "unavailable" named something else: no delivery was sent at all, because this node holds no metadata for the urls the peer asked for. It shared the delivery counters, so one missing url out of fifty weighed the same as a whole delivery, and its name read like "unreachable" on the panel. Postings transfer now reports those urls on their own counter, rwidistribution_urls_unknown_to_us_total, read against the accepted series on the urls delivered panel. The dashboard drops "Postings on the offer schedule", which tracks the postings held, and pairs "Replicas dropped from peers" with "Postings handed off to closer peers". Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
nikitakarpei
force-pushed
the
fix/urls-unknown-to-us-metric
branch
from
August 15, 2026 18:28
de059dc to
d94fe33
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #6.
"unavailable" reason is no more part of
urlmetadatacourier.Outcomeand won't appear on "URL metadata deliveries sent, by outcome" panel. Instead new metricrwidistribution_urls_unknown_to_us_totalwas added which reports how many URLs were requested by a remote peer but unknown for us and new panel "URLs a peer asked for that this node does not hold" which renders it.Also the panel "Postings on the offer schedule" was removed to save space on dashboard because it's almost always equals to amount of postings a node holds.