-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add prometheus client & seq metrics & Block/Batch Info #122
base: dev
Are you sure you want to change the base?
Conversation
bylingo
commented
Aug 19, 2024
- Add prometheus client and corresponding flags
- Add Sequencer metrics : BatchExecutionTime, PoolTxCount
- Add Block Log and Batch Log for every batch execution
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should add comments "// For X Layer metrics" in all sequencer pipeline when adding in X Layer metrics for easier reference, especially when maintaining with upstream repo
@@ -46,7 +46,25 @@ http.addr: 0.0.0.0 | |||
http.port: 8545 | |||
http.vhosts: any | |||
http.corsdomain: any | |||
http.timeouts.read: "10s" | |||
http.timeouts.write: "10s" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a smoke E2E test with the metrics API .
Recommit by #140 |
This PR is stale because it has been open for 40 days with no activity. |