Skip to content
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

feat(prometheus): add prometheus support #134

Merged
merged 29 commits into from
Jan 15, 2025

Conversation

edobry
Copy link
Contributor

@edobry edobry commented Jan 10, 2025

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:
image

@edobry edobry force-pushed the edobry/observability branch 2 times, most recently from d05dfdc to c8e424e Compare January 13, 2025 15:36
@edobry edobry force-pushed the edobry/observability branch from 7c07014 to a3880f8 Compare January 14, 2025 18:50
@zhwrd zhwrd merged commit e22047a into ethpandaops:main Jan 15, 2025
5 checks passed
@edobry edobry deleted the edobry/observability branch January 17, 2025 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants