Skip to content

Commit

Permalink
Update trino-lb/src/scaling/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Techassi <[email protected]>
  • Loading branch information
sbernauer and Techassi authored Feb 25, 2025
1 parent 5e5b022 commit 5c8051e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trino-lb/src/scaling/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ impl Scaler {
#[instrument(
name = "Scaler::apply_cluster_target_state",
skip(self, cluster),
fields(cluster_name = cluster.name)
fields(%cluster.name)
)]
async fn apply_cluster_target_state(
self: Arc<Self>,
Expand Down

0 comments on commit 5c8051e

Please sign in to comment.