storage: create a span for NewWriter #6144
Labels
api: storage
Issues related to the Cloud Storage API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Storage has two very popular operations, read & write. When reading blobs the storage client creates a custom span. The same is not true however on the write side. There have been previous issue 1 2 around storage creating a lot of spans due to our default OC span path naming scheme. Although we may want to change our default span naming I think it would also be useful to change the span name for writing so be more or less symmetric to reading. Because there is not a span name today a different span name will be created for each upload since the object name is a path param.
The text was updated successfully, but these errors were encountered: