Skip to content

Commit

Permalink
attach metric handler :( [goreleaser]
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Jun 29, 2024
1 parent aee3f7d commit 3c88ae3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ethergo/submitter/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ type otelRecorder struct {
// nolint: cyclop
func newOtelRecorder(meterHandler metrics.Handler, signerT signer.Signer) (_ iOtelRecorder, err error) {
or := otelRecorder{
metrics: meterHandler,
meter: meterHandler.Meter(meterName),
numPendingTxes: hashmap.New[uint32, int](),
currentNonces: hashmap.New[uint32, uint64](),
Expand Down

0 comments on commit 3c88ae3

Please sign in to comment.