Skip to content

Commit

Permalink
Merge pull request #493 from onflow/gregor/metric-fix
Browse files Browse the repository at this point in the history
Bugfix metric balance initialization
  • Loading branch information
sideninja authored Aug 29, 2024
2 parents 2b20aa6 + 1e0160f commit d164400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metrics/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func NewCollector(logger zerolog.Logger) Collector {
evmBlockHeight: evmBlockHeight,
evmAccountCallCounters: evmAccountCallCounters,
requestDurations: requestDurations,
operatorBalance: operatorBalance,
}
}

Expand Down

0 comments on commit d164400

Please sign in to comment.