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

Implement monitoring and dashboarding for Incremental Cardano DB #2249

Open
10 of 20 tasks
Tracked by #2047
jpraynaud opened this issue Jan 27, 2025 · 0 comments
Open
10 of 20 tasks
Tracked by #2047

Implement monitoring and dashboarding for Incremental Cardano DB #2249

jpraynaud opened this issue Jan 27, 2025 · 0 comments
Assignees
Labels
monitoring 👀 Monitoring / Alerting

Comments

@jpraynaud
Copy link
Member

jpraynaud commented Jan 27, 2025

Why

We need to evolve the dashboards (Grafana and Protocol Insights) to display metrics about the Incremental Cardano DB.

What

Adapt the dashboards (Grafana and Protocol Insights) with new metrics of the Incremental Cardano DB.

How

  • Add a new metric to record the number of immutable files restored
    • Add a metric in the aggregator
    • Add a tracking route on the aggregator on /statistics/cardano-database/immutable-files-restored
    • Add a call to the aggregator route in the client CLI
  • Add a new metric to record the number of ancillary files restored
    • Add a metric in the aggregator
    • Add a tracking route on the aggregator on /statistics/cardano-database/ancillary-files-restored
    • Add a call to the aggregator route in the client CLI
  • Add a new metric to record the number of complete restorations
    • Add a metric in the aggregator
    • Add a tracking route on the aggregator on /statistics/cardano-database/complete-restoration
    • Add a call to the aggregator route in the client CLI
  • Add a new metric to record the number of partial restorations
    • Add a metric in the aggregator
    • Add a tracking route on the aggregator on /statistics/cardano-database/partial-restoration
    • Add a call to the aggregator route in the client CLI
  • Send an EventMessage on complete restoration
  • Send an EventMessage on partial restoration
  • Update the Mithril aggregator Grafana dashboard to display new metrics for the Incremental Cardano DB (production, serving of artifacts and aforementioned metrics)
  • Update the Protocol Insights Dashboard to display new metrics for the Incremental Cardano DB (production, serving of artifacts and aforementioned metrics)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
monitoring 👀 Monitoring / Alerting
Projects
None yet
Development

No branches or pull requests

2 participants