-
-
Notifications
You must be signed in to change notification settings - Fork 65
Surface rate-limit telemetry from discover #4837
Copy link
Copy link
Closed
Labels
gittensor:featureGittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.help wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
gittensor:featureGittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.help wantedExtra attention is neededExtra attention is needed
Problem: The discovery fanout already computes GitHub rate-limit remaining/reset internally, but
discover's result object never surfaces it — an operator has no visibility into how close they are to being rate-limited.Area: AMS / Observability
Proposal: Include the already-computed rate-limit telemetry in
discover's output.Deliverables:
--jsonoutput ofdiscover.Acceptance criteria:
discovershows the current rate-limit state without needing a separate command.