input-output-hk / mithril

Stake-based threshold multi-signatures protocol
https://mithril.network
Apache License 2.0
130 stars 41 forks source link

Add missing successful restoration cardano db in prometheus aggregator #2054

Closed jpraynaud closed 4 weeks ago

jpraynaud commented 4 weeks ago

Why

We have noticed that a metric is missing in the Prometheus endpoint of the aggregator: the metric recording the number of restoration of the Cardano database.

What

Implement the missing metric in the Prometheus endpoint of the aggregator.

How