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

feat: add metrics for connection success/failure and improve error handling #200

Merged
merged 4 commits into from
Nov 7, 2023

Conversation

abc3
Copy link
Member

@abc3 abc3 commented Nov 3, 2023

The current PR adds new metrics: supavisor_client_joins_ok and supavisor_client_joins_fail, which indicate a count of successful client connections.

Additionally, this PR fixes the caching of scam secrets that could have erroneously cached an error response. It also corrects the handling of the TCP close event in DbHandler.

@abc3 abc3 changed the title feat: add count of joins metric feat: add metrics for connection success/failure and improve error handling Nov 3, 2023
@abc3 abc3 requested review from chasers and a team November 3, 2023 15:16
Copy link
Contributor

@philss philss left a comment

Choose a reason for hiding this comment

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

Looks good to me! 👍

@abc3 abc3 merged commit 9d65537 into main Nov 7, 2023
2 checks passed
@abc3 abc3 deleted the feat/client_join_metrics branch November 7, 2023 13:21
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.

3 participants