-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(fortuna): implement metrics (#1560)
* track hashchain * gas spending metrics * metrics for request reveal processed * remove println * keeper balance * collected fee * total gas spent metrics * some refactoring * add comments * fix * pre commit * fix * remove RpcLabel * remove comments * rename method * remove comment * rename track_duration * isolate metrics for api * isolate keeper metrics * module removed * remove metrics file * move registry out of metrics * simplify improt * add retry lag * update version * add block timestamp lag * address feedback * tidy * update commetn * update comment
- Loading branch information
Dev Kalra
authored
May 14, 2024
1 parent
e82a11b
commit ba3caaa
Showing
7 changed files
with
492 additions
and
82 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 = "5.2.4" | ||
version = "5.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
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
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
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
Oops, something went wrong.