Merge pull request #73 from asymmetric-research/bug-fix

registered solana_cluster_slots_by_epoch_total
This commit is contained in:
Matt Johnstone 2024-11-12 18:03:56 +02:00 committed by GitHub
commit cd52340be8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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,