-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: metrics todo and naming (#95)
# Description This PR addresses issues around naming conventions for the prometheus metrics. Best efforts have been followed to adhere to [best practices](https://prometheus.io/docs/practices/naming/). # Changes - [x] Revised metric naming and labeling to be in accordance with best practices. - [x] Removed custom API prometheus metrics and replaced with middleware. ## How to test 1. Run a sync from contract genesis. 2. Observe via `http://127.0.0.1:8080/metrics` there respective metrics changing. ## Related Issues Related #78, #70
- Loading branch information
Showing
10 changed files
with
669 additions
and
195 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
Oops, something went wrong.