The current tracing done for the storage package has the span be scoped to the interface rather than the method. So a call to for example storage.News(ctx).ListPublic shows the span name as news rather than ListPublic. It would be nice to support the latter
The current tracing done for the storage package has the span be scoped to the interface rather than the method. So a call to for example
storage.News(ctx).ListPublic
shows the span name asnews
rather thanListPublic
. It would be nice to support the latter