-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(prometheus): add prometheus support (#134)
### Description This PR adds support for monitoring with Prometheus, by: - adding a new top-level `observability` parameter section - deploying a Prometheus server - conditionally exposing metrics endpoints on all EL/CL clients, as well as OP services - registering metrics jobs for each with Prometheus The `prometheus` module from the `ethereum-package` package was used as inspiration, but modified to add helper methods and improve the job-registration workflow. This PR has been tested and successfully deploys a Prometheus server with functioning metrics scrape jobs: <img width="1786" alt="image" src="https://github.com/user-attachments/assets/397d5c5c-2465-40cd-a18e-9c581fb30ace" />
- Loading branch information
Showing
21 changed files
with
784 additions
and
315 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
Oops, something went wrong.