Skip to content

Commit

Permalink
Update metrics.go - typo
Browse files Browse the repository at this point in the history
  • Loading branch information
afredooo authored Oct 5, 2024
1 parent 5e56f9f commit d8fb184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/trace/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func RecordDialError(ctx context.Context, instance, dialerID string, err error)
}

// RecordRefreshResult reports the result of a refresh operation, either
// successfull or failed.
// successful or failed.
func RecordRefreshResult(ctx context.Context, instance, dialerID string, err error) {
ctx, _ = tag.New(ctx, tag.Upsert(keyInstance, instance), tag.Upsert(keyDialerID, dialerID))
if err != nil {
Expand Down

0 comments on commit d8fb184

Please sign in to comment.