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

app/stacksnipe: detect validator services #3169

Merged
merged 2 commits into from
Jul 25, 2024
Merged

Commits on Jul 11, 2024

  1. app/stacksnipe: detect validator services

    Detect Ethereum validator stack components by reading `/proc` and filtering processes based on an allowlist.
    
    To support containerized deployments, add `--proc-directory` flag to `charon run`: if not configured, Charon will log an `INFO` message saying it won't do anything.
    
    Support detecting interpreted components like `lodestar`.
    
    Expose the resulting data through the `app_validator_stack_params` Prometheus metric.
    
    By default, poll the specified directory every 15 seconds.
    gsora committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    5538369 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    3e5bc4a View commit details
    Browse the repository at this point in the history