Skip to content

Commit

Permalink
Add more tracing for storage export (#33204)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: fa33d637710b0f34d0e6cc7f48d189f54a01cd60
  • Loading branch information
goffrie authored and Convex, Inc. committed Jan 16, 2025
1 parent ad9d28d commit eb4e30f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/application/src/exports/zip_uploader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ impl<'a> ZipSnapshotUpload<'a> {
Ok(())
}

#[minitrace::trace]
pub async fn stream_full_file(
&mut self,
path: String,
Expand Down
1 change: 1 addition & 0 deletions crates/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ futures = { workspace = true }
futures-async-stream = { workspace = true }
http = { workspace = true }
http-body-util = { workspace = true }
minitrace = { workspace = true }
pb = { path = "../pb" }
pin-project = { workspace = true }
runtime = { path = "../runtime", optional = true }
Expand Down
1 change: 1 addition & 0 deletions crates/storage/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ impl StorageExt for Arc<dyn Storage> {
}))
}

#[minitrace::trace]
async fn get_small_range_with_retries(
&self,
key: &ObjectKey,
Expand Down

0 comments on commit eb4e30f

Please sign in to comment.