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

Create Dashboard for Horcrux Signing and Horcrux Proxy #4

Open
danbryan opened this issue Aug 25, 2024 · 0 comments
Open

Create Dashboard for Horcrux Signing and Horcrux Proxy #4

danbryan opened this issue Aug 25, 2024 · 0 comments

Comments

@danbryan
Copy link
Contributor

danbryan commented Aug 25, 2024

Title: Create Dashboard for Horcrux Signing and Horcrux Proxy

Description:

Objective:
Design and implement a dashboard that visualizes key metrics from the Horcrux remote signer and the Horcrux Proxy, facilitating monitoring and troubleshooting.

Background:
Horcrux is a remote signer tool that securely signs transactions on Cosmos nodes using a distributed system. The Horcrux Proxy enhances flexibility by managing how Horcrux communicates with the Cosmos nodes. Each application (Horcrux and Horcrux Proxy) exports its own set of metrics, which are crucial for maintaining and optimizing the system's performance.

Tasks:

  1. Metric Collection:

    • Collect all available metrics exported by the Horcrux and Horcrux Proxy applications.
    • Identify and categorize metrics relevant to the following areas:
      • Raft Consensus: Monitor the participation of all shards in the Raft consensus process.
      • Cosigner Connections: Track the connection status of all cosigners to the Horcrux Proxy.
      • Proxy Connectivity: Ensure the proxy is consistently connected to all designated Cosmos nodes.
      • Chain-ID Monitoring: Display information on which chain-IDs the cosigners are operating on.
  2. Dashboard Design:

    • Design a user-friendly interface that displays the collected metrics in an easily interpretable format.
    • Include visual indicators for the health of Raft consensus, cosigner connections, and proxy connections.
    • Provide filtering options for different chain-IDs and allow users to focus on specific aspects of the system.
  3. Implementation:

    • Implement the dashboard using a suitable tool (e.g., Grafana, Prometheus) that integrates with the existing infrastructure.
    • Ensure real-time data updates and notifications for critical events (e.g., a shard not participating in consensus, a cosigner disconnecting from the proxy).
  4. Testing:

    • Perform comprehensive testing to validate the accuracy and reliability of the displayed metrics.
    • Include edge cases like network failures, shard downtime, and chain-ID mismatches to ensure the dashboard handles these scenarios effectively.
  5. Documentation:

    • Document the setup process, dashboard features, and usage instructions.
    • Provide troubleshooting guides for common issues that users might encounter while using the dashboard.

Resources:

Acceptance Criteria:

  • The dashboard accurately displays all relevant metrics from Horcrux and Horcrux Proxy.
  • Users can easily monitor the health and connectivity of the Horcrux system and identify issues promptly.
  • The dashboard is tested, documented, and ready for deployment.
@danbryan danbryan changed the title Create dashboard for horcrux signing and horcrux proxy Create Dashboard for Horcrux Signing and Horcrux Proxy Aug 25, 2024
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

No branches or pull requests

1 participant