Merge pull request #73 from asymmetric-research/bug-fix
registered solana_cluster_slots_by_epoch_total
This commit is contained in:
commit
cd52340be8
|
@ -141,6 +141,7 @@ func NewSlotWatcher(client *rpc.Client, config *ExporterConfig) *SlotWatcher {
|
|||
watcher.EpochLastSlotMetric,
|
||||
watcher.LeaderSlotsMetric,
|
||||
watcher.LeaderSlotsByEpochMetric,
|
||||
watcher.ClusterSlotsByEpochMetric,
|
||||
watcher.InflationRewardsMetric,
|
||||
watcher.FeeRewardsMetric,
|
||||
watcher.BlockSizeMetric,
|
||||
|
|
Loading…
Reference in New Issue