Skip to content

Commit

Permalink
Cleanup: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasse committed Jul 8, 2024
1 parent 89fdc50 commit e23d442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/rfq/relayer/service/otel.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func (o *otelRecorder) recordStatusCounts(_ context.Context, observer metric.Obs

o.statusCounts.Range(func(status int, count int) bool {
opts := metric.WithAttributes(
attribute.Int("status", int(status)),
attribute.Int("status", status),
attribute.String("wallet", o.signer.Address().Hex()),
)
observer.ObserveInt64(o.statusCountGauge, int64(count), opts)
Expand Down

0 comments on commit e23d442

Please sign in to comment.