Skip to content

Commit

Permalink
Use correct value
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezzfelipe committed Jun 11, 2024
1 parent d385980 commit 3489d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pub async fn run_metrics_collector(state: Arc<State>) {
.throughput_tier
.clone()
.unwrap_or("0".to_string()),
result.value,
total_exec_time,
);
}
}
Expand Down

0 comments on commit 3489d66

Please sign in to comment.