-
Notifications
You must be signed in to change notification settings - Fork 9
docs(analytics): document transaction queue depth metrics #573
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
Merged
+77
−10
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
169c5d9
docs(analytics): document transaction queue depth metrics
kriszyp e99504f
fix(analytics): satisfy prettier table formatting
kriszyp 8ddf9ff
fix(analytics): correct transaction queue depth documentation
kriszyp 14ebc9e
fix(analytics): correct aggregation semantics and doc conventions
kriszyp d8a0dc6
fix(analytics): document transaction-commit-time as the 503 leading i…
kriszyp a90548d
fix(analytics): transaction-commit-time is silent on a true wedge, no…
kriszyp 91d9fec
fix(docs): sync maxTransactionQueueTime bypass note and remove stale …
kriszyp b7a4594
Clarify transaction queue depth metric semantics
kriszyp 26c71cd
Clarify raw queue depth alert path
kriszyp 3c908b5
Identify the stuck commit log signal
kriszyp b61c915
Document mixed-engine queue depth undercounting
kriszyp a7a4070
Separate queue depth coverage and attribution limits
kriszyp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
transaction-commit-timebelongs in #572's### Storage Metricssection, not in this table — it isn't a resource-usage gauge. It flows throughrecordAction()with nobyThreadflag, so it aggregates as a cross-thread distribution, unlike every other row here. Dropping the row also resolves the incomplete and self-contradictory attribute list.