-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
RetryingTransactionHelper can be used to hide many underlying concurrency issues.
We would like to instrument it to get more insights on:
- How long does a transaction take
- How many transactions failed
- How many transactions were retried (would be hard to sniff out)
- How many exceptions of each type were thrown (only the last exception is available, would be hard to sniff out all of the thrown exceptions)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request