R-a-dio / valkyrie

R/a/dio software stack
https://r-a-d.io
MIT License
5 stars 3 forks source link

storage, telemetry: tracing does not create spans with method names #91

Closed Wessie closed 7 months ago

Wessie commented 8 months ago

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

Wessie commented 7 months ago

this was implemented a while ago