Skip to content

Commit

Permalink
feat: remove tracer for verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinGao committed May 15, 2024
1 parent 606e21c commit f43e618
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/util/reportverifs/verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ func (verifiers ReportVerifiers) Verify(ctx context.Context, reportTask *types.R

name := pipe.Name()

ctx, span := tracer.
Start(ctx, "reportverifs.verifier."+name)

rejection := pipe.Verify(ctx, report, reportTask)
span.End()

observability.ReportVerifyDuration.
WithLabelValues(name).
Expand Down

0 comments on commit f43e618

Please sign in to comment.