Skip to content

Commit

Permalink
fix recent tracing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Wondertan committed Jun 27, 2023
1 parent fc0363b commit 07c3ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/getters/shrex.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func (sg *ShrexGetter) GetSharesByNamespace(
)
ctx, span := tracer.Start(ctx, "shrex/get-shares-by-namespace", trace.WithAttributes(
attribute.String("root", root.String()),
attribute.String("nid", hex.EncodeToString(id)),
attribute.String("namespace", namespace.String()),
))
defer func() {
utils.SetStatusAndEnd(span, err)
Expand Down

0 comments on commit 07c3ec8

Please sign in to comment.