Skip to content

Commit 88684a2

Browse files
committed
chore(instrumentation): Split instrumentation fields across mutliple lines
1 parent 602850a commit 88684a2

File tree

1 file changed

+5
-1
lines changed
  • rust/stackable-cockpit/src/platform/release

1 file changed

+5
-1
lines changed

rust/stackable-cockpit/src/platform/release/spec.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ pub struct ReleaseSpec {
5050

5151
impl ReleaseSpec {
5252
/// Installs a release by installing individual operators.
53-
#[instrument(skip_all, fields(%namespace, product.included = tracing::field::Empty, product.excluded = tracing::field::Empty))]
53+
#[instrument(skip_all, fields(
54+
%namespace,
55+
product.included = tracing::field::Empty,
56+
product.excluded = tracing::field::Empty,
57+
))]
5458
pub async fn install(
5559
&self,
5660
include_products: &[String],

0 commit comments

Comments
 (0)