-
Notifications
You must be signed in to change notification settings - Fork 69
feat(l1): use grafana and prometheus outside of docker #3170
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
Draft
rodrigo-o
wants to merge
55
commits into
main
Choose a base branch
from
server-hoodi-testing
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
commit 3b2faea Author: Rodrigo Oliveri <[email protected]> Date: Wed Jun 4 20:20:06 2025 -0300 Initial tests commit 9644f1c Author: SDartayet <[email protected]> Date: Wed Jun 4 13:21:29 2025 -0300 Added info syncing logs and fixes to makefile on MacOS commit 764a23d Author: SDartayet <[email protected]> Date: Wed Jun 4 12:50:22 2025 -0300 Readded readme file commit 4183add Author: SDartayet <[email protected]> Date: Wed Jun 4 12:44:09 2025 -0300 Remove accidentally pushed file commit bb36195 Author: SDartayet <[email protected]> Date: Wed Jun 4 12:42:34 2025 -0300 Added readme and minor changes to the makefile commit b050979 Author: SDartayet <[email protected]> Date: Wed Jun 4 12:41:09 2025 -0300 Added readme and minor changes to the makefile commit 3f4afd0 Author: SDartayet <[email protected]> Date: Wed Jun 4 12:07:18 2025 -0300 Fixed unescaped space in path commit ec499c6 Author: SDartayet <[email protected]> Date: Wed Jun 4 11:49:17 2025 -0300 Fixed conditional syntax commit 773bfd5 Author: SDartayet <[email protected]> Date: Wed Jun 4 11:45:27 2025 -0300 Made makefile OS agnostic commit 168d867 Author: SDartayet <[email protected]> Date: Tue Jun 3 18:58:22 2025 -0300 Added help target and minor corrections commit 8b2ad93 Author: SDartayet <[email protected]> Date: Tue Jun 3 18:46:25 2025 -0300 Added network env variable check to gen_jwt target commit 0261f2b Author: SDartayet <[email protected]> Date: Tue Jun 3 18:44:54 2025 -0300 Minor correction commit 139fb88 Author: SDartayet <[email protected]> Date: Tue Jun 3 18:38:44 2025 -0300 Made some fixes commit 9ee2994 Merge: 7caadda f27cfff Author: SDartayet <[email protected]> Date: Tue Jun 3 18:14:00 2025 -0300 Merge branch 'main' into sync-tools commit 7caadda Author: SDartayet <[email protected]> Date: Tue Jun 3 17:49:21 2025 -0300 Fixed bug with sync block number env variable commit 89c48ea Author: SDartayet <[email protected]> Date: Tue Jun 3 17:23:41 2025 -0300 Fixed datadir in lighthouse targets commit 5b5a4b9 Author: SDartayet <[email protected]> Date: Tue Jun 3 17:14:40 2025 -0300 Fixed typos commit f0d1f46 Author: SDartayet <[email protected]> Date: Tue Jun 3 17:10:03 2025 -0300 Reworked jwt and datadir paths commit 7250c11 Author: SDartayet <[email protected]> Date: Tue Jun 3 16:47:06 2025 -0300 Minor path corrections commit 04f6bce Author: SDartayet <[email protected]> Date: Mon Jun 2 18:58:03 2025 -0300 Renamed env variables in code and added Makefile functionality for them commit cdff554 Author: SDartayet <[email protected]> Date: Mon Jun 2 16:01:54 2025 -0300 Moved to tooling folder and updated Makefile commit 0c8c8c3 Author: SDartayet <[email protected]> Date: Wed May 28 15:09:03 2025 -0300 Revert "Added makefile with sync testing tools" This reverts commit 1303a6f. commit b862b32 Author: SDartayet <[email protected]> Date: Wed May 28 15:08:47 2025 -0300 Added makefile with sync testing tools
**Motivation** Adding throughput metrics to the L1 metrics exporter. **Description** A new pane was added with the L1 block throughput, with the necessary code in the `crates/blockchain/blockchain.rs` file.
Lines of code reportTotal lines added: Detailed view
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
Description
Closes #issue_number