Skip to content

Commit

Permalink
Merge pull request #73 from asymmetric-research/bug-fix
Browse files Browse the repository at this point in the history
registered solana_cluster_slots_by_epoch_total
  • Loading branch information
johnstonematt authored Nov 12, 2024
2 parents bb45ab3 + 0d59821 commit cd52340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/solana-exporter/slots.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cd52340

Please sign in to comment.