[$25 BOUNTY] [TypeScript] Add reconnect metrics for frontend sockets - #130
Open
Saiaaax wants to merge 2 commits into
Open
[$25 BOUNTY] [TypeScript] Add reconnect metrics for frontend sockets#130Saiaaax wants to merge 2 commits into
Saiaaax wants to merge 2 commits into
Conversation
Add ReconnectMetrics class tracking reconnect attempts, successes, failures, consecutive failures, and backoff delay statistics. Include 8 unit tests and documentation in docs/OPERATIONS.md. Closes #73 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Summary
Adds a
ReconnectMetricsclass that tracks WebSocket reconnect attempts, successes, failures, consecutive failures, and backoff delay statistics for frontend sockets.Closes #73
Changes
New:
frontend/src/services/reconnectMetrics.ts—ReconnectMetricsclass with:recordAttempt(backoffMs)— track a reconnect attempt with its backoff delayrecordSuccess(backoffMs)— track a successful reconnectrecordFailure()— track a failed reconnect (gave up)snapshot()— return current metrics as a plain objectreset()— clear all countersNew:
frontend/src/services/reconnectMetrics.test.ts— 8 unit tests:Updated:
docs/OPERATIONS.md— Added "Frontend WebSocket Reconnect Metrics" sectionTesting
Checklist
Payout address: 0x5253757322092903C2F0a8EfEed592344216CC7E
Diagnostic artifact reference: diagnostic/build-bd0b6e82.logd