-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(fortuna): add metrics for retry count, gas/fee multipliers, and …
…fee estimates (#2258) * feat(fortuna): add metrics for retry count, gas/fee multipliers, and fee estimates Added histogram metrics to track: - Number of retries for successful transactions - Final gas multiplier for successful transactions - Final fee multiplier for successful transactions - Priority fee estimate before thresholds - Estimated keeper fee before thresholds Co-Authored-By: Jayant Krishnamurthy <[email protected]> * cleanup --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Jayant Krishnamurthy <[email protected]> Co-authored-by: Jayant Krishnamurthy <[email protected]>
- Loading branch information
1 parent
a9b6b69
commit 42861c3
Showing
3 changed files
with
93 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fortuna" | ||
version = "7.2.0" | ||
version = "7.3.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|
This file contains 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