Skip to content

Commit

Permalink
Fix typo in trace name
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Nov 13, 2023
1 parent f872b4c commit b59804c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/summarizer/standard/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func (s *Service) OnFinalityUpdated(
ctx context.Context,
finalizedEpoch phase0.Epoch,
) {
ctx, span := otel.Tracer("wealdtech.chaind.services.summarizer.standard").Start(ctx, "OnFinaltyUpdated",
ctx, span := otel.Tracer("wealdtech.chaind.services.summarizer.standard").Start(ctx, "OnFinalityUpdated",
trace.WithAttributes(
attribute.Int64("finalized epoch", int64(finalizedEpoch)),
))
Expand Down

0 comments on commit b59804c

Please sign in to comment.