-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(531): Label transaction count metric with boolean flag
Fixes #531. Instead of having two distinct metrics for commits and rollbacks, this patch replaces them with a single metric plus a boolean label representing whether the transaction was committed or rolled back.
- Loading branch information
1 parent
250115b
commit bd75d63
Showing
3 changed files
with
19 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,6 +122,7 @@ impl_prometheusvalue_string!( | |
Address, | ||
TransactionType, | ||
AbiCall, | ||
bool, | ||
u8, | ||
u16, | ||
u32, | ||
|