Mithril aggregator

Mithril aggregator metrics dashboard

Mithril aggregator screenshot 1
Mithril aggregator screenshot 2
Mithril aggregator screenshot 3
Mithril aggregator screenshot 4

Welcome to the Mithril aggregator dashboard for Grafana!

With this dashboard you can leverage the Prometheus endpoint of your Mithril aggregator node to visualize its key metrics.

In order to activate the metrics endpoint of your node, please refer to this guide: https://mithril.network/doc/manual/developer-docs/nodes/mithril-aggregator#subcommands

Then configure the scraping of the metrics in a job name mithril-aggregators, add as many targets as you need in /etc/prometheus/prometheus.yml. Here is an example configuration:

yaml
  - job_name: 'mithril-aggregators'
    static_configs:
      - targets: ['localhost:9090']

Here is a list of the metrics provided by the Mithril dashboard which will help better monitoring of the Mithril signer node:

MetricsDescription
Certificate Detail ServedTotal number of certificates served for the selected period.
Mithril Stake Distribution Detail ServedTotal number of Mithril stake distribution artifact details served for the selected period.
Cardano Stake Distribution Detail ServedTotal number of Cardano stake distribution artifact details served for the selected period.
Cardano DB Detail ServedTotal number of Cardano database artifact details served for the selected period.
Cardano DB RestorationsTotal number of Cardano database restorations for the selected period.
Cardano Transactions Detail ServedTotal number of Cardano transaction artifact details served for the selected period.
Cardano Transactions Proofs ServedTotal number of Cardano transaction proofs served for the selected period.
Cardano Transactions ProvedTotal number of Cardano transactions proved for the selected period.
Signer Registrations ReceivedTotal number of signer registrations received for the selected period.
Signatures Registrations ReceivedTotal number of signature registrations received for the selected period.
Mithril Stake Distribution Artifacts ProducedTotal number of Mithril stake distribution artifacts produced for the selected period.
Cardano Stake Distribution Artifacts ProducedTotal number of Cardano stake distribution artifacts produced for the selected period.
Cardano DB Artifacts ProducedTotal number of Cardano database artifacts produced for the selected period.
Cardano Transactions Artifacts ProducedTotal number of Cardano transaction artifacts produced for the selected period.
Certificates ProducedTotal number of certificates produced for the selected period.
State Machine CyclesTotal number of state machine cycles for the selected period.
State Machine Cycles SuccessNumber of state machine cycles that ended successfully for the selected period.
State Machine Cycles ErrorsNumber of state machine cycles that ended due to an error for the selected period.

Learn more about Mithril at https://mithril.network

Feel free to reach out to us on the Discord channel for questions and/or help.

Revisions
RevisionDescriptionCreated

Get this dashboard

Import the dashboard template

or

Download JSON

Datasource
Dependencies