googleapis / googleapis/google-cloud-rust
Define how to represent upload attempts in storage traces
Open
api: storage
priority: p3
type: feature request
- Dominant language
- Rust
- Stars
- 955
- Forks
- 144
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 279
Description
I was using `http.request.resend_count`, but that is really for per-request attempts, which is not what we want to use for resumable uploads. Resumable uploads resume multiple times, the new `PUT` requests for these resumes are (arguably) new requests. Maybe with a different attribute to track "resume attempts".
> This is a different http request. Why would we preserve the resend_count?
_Originally posted by @dbolduc in [#4854](https://github.com/googleapis/google-cloud-rust/pull/4854/changes#r2873034953)_
Contributor guide
Assessment
This issue has not been assessed yet.