Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added 2 counters to metrics: rpc request retries, websocket reconnects #167

Merged
merged 1 commit into from
Oct 12, 2021
Merged

Conversation

bmuddha
Copy link
Collaborator

@bmuddha bmuddha commented Oct 12, 2021

counter name of websocket reconnects: websocket_reconnects
counter name of rpc request attempts: request_retries

Closes #164

src/pubsub.rs Outdated Show resolved Hide resolved
Copy link
Collaborator

@polachok polachok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about rpc_monitor?

@bmuddha
Copy link
Collaborator Author

bmuddha commented Oct 12, 2021

Do we need another counter for it? Like when health check fails, a separate counter should be incremented?

@polachok polachok merged commit 0192ff5 into bestarch-ae:master Oct 12, 2021
@bmuddha bmuddha deleted the metrics branch October 14, 2021 15:31
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.

Pubsub reconnect counter (and possibly rpc)
2 participants