-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend MetricsFacade with createSimpleTimer() factory (#265)
* Extend MetricsFacade with createSimpleTimer() factory * Rename Timer interface to TimerCapture * Use createSimpleTimer to create SimpleTimerCaptures throughout codebase * Fix test * Pass metrics facade * feat: add createDynamicTagTimer and update MetricsFacade codes * feat: update test cases in MicrometerMetricsFacadeTest * feat: update JsonRpcMessageProcessor to not for computing metrics parsing error * feat: add timer metric for calculating shnarf * feat: add metric for block compression ratio and blob utilization ratio * feat: revert back to internal val goNativeBlobCompressor * fix: spotless issue * fix: JsonRpcMessageProcessor constructor call * fix: VertxHttpJsonRpcClientFactory constructor call * feat: added the option for ratio metric in createHistogram * feat: remove no-daemon option in transaction-exclusion-api build * feat: revised metrics handling in JsonRpcMessageProcessor * feat: changed tag value on error * feat: return error cases in handleMessage as succeededFuture instead of failedFuture * fix: use MicrometerMetricsFacade in VertxHttpJsonRpcClientFactory --------- Co-authored-by: jonesho <[email protected]>
- Loading branch information
Showing
51 changed files
with
578 additions
and
198 deletions.
There are no files selected for viewing
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
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
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
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.