Skip to content

Commit 75e4750

Browse files
ArunPiduguDDclaude
andcommitted
rename metric to estimated_concurrent_transform_scheduling_pressure
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent a05b6c1 commit 75e4750

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/topology/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ impl Runner {
12451245
let blocked_completions = completed_count.fetch_sub(yielded_since_last_record, Ordering::Relaxed);
12461246
yielded_since_last_record = 0;
12471247
histogram!(
1248-
"transform_concurrent_scheduling_pressure",
1248+
"estimated_concurrent_transform_scheduling_pressure",
12491249
"component_id" => self.component_id.clone()
12501250
)
12511251
.record((blocked_completions as f64 / *TRANSFORM_CONCURRENCY_LIMIT as f64).min(1.0));

0 commit comments

Comments
 (0)