diff --git a/bin/periphery/src/api/compose.rs b/bin/periphery/src/api/compose.rs index cf926107a..4b5f59f81 100644 --- a/bin/periphery/src/api/compose.rs +++ b/bin/periphery/src/api/compose.rs @@ -185,7 +185,15 @@ impl Resolve for GetComposeContentsOnHost { // impl Resolve for WriteComposeContentsToHost { - #[instrument(name = "WriteComposeContentsToHost")] + #[instrument( + name = "WriteComposeContentsToHost", + skip_all, + fields( + stack = &self.name, + run_directory = &self.run_directory, + file_path = &self.file_path, + ) + )] async fn resolve(self, _: &super::Args) -> serror::Result { let WriteComposeContentsToHost { name,