Skip to content

Commit

Permalink
NBS-5173 [Disk Manager] tracing: remove delay duration attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
gy2411 committed Oct 15, 2024
1 parent e9b4546 commit 3bd9799
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cloud/disk_manager/internal/pkg/clients/nbs/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,6 @@ func (f *factory) initClients(
tracing.SpanFromContext(ctx).AddEvent(
"Retriable error in blockstore SDK",
tracing.WithAttributes(
tracing.AttributeString(
"delay_duration",
durableClientTimeout.String(),
),
tracing.AttributeString("error", err.Error()),
),
)
Expand Down

0 comments on commit 3bd9799

Please sign in to comment.