Counters: add sync-ops, async-ops, and how long a server has been connected by NickCraver · Pull Request #2300 · StackExchange/StackExchange.Redis
Navigation Menu
{{ message }}
StackExchange / StackExchange.Redis Public
- Notifications You must be signed in to change notification settings
- Fork 1.6k
Merged
Counters: add sync-ops, async-ops, and how long a server has been connected#2300
NickCraver merged 6 commits intomainfrom
Counters: add sync-ops, async-ops, and how long a server has been connected#2300
NickCraver merged 6 commits intomainfrom
Conversation
Copy link Copy Markdown
Collaborator
More info to help us advise and debug timeouts for users!
Overall adds for timeout messages:
Sync-Ops: A count of synchronous operation callsAsync-Ops: A count of asynchronous operation callsServer-Connected-Seconds: How long the bridge in question has been connected ("n/a" if not connected)
NickCraver added 4 commits
November 15, 2022 11:10I'm so separating this crap into its own test suite...
NickCraver
marked this pull request as ready for review
NickCraver
requested review from
mgravell,
philon-msft and
slorello89
and removed request for
mgravell,
philon-msft and
slorello89
mgravell approved these changes Nov 22, 2022
philon-msft approved these changes Nov 22, 2022
NickCraver added 2 commits
November 22, 2022 17:40
NickCraver
merged commit
02c29ef
into
main
NickCraver
deleted the
craver/new-counters
branch
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