Skip to content

Commit

Permalink
Bugfix: Report scheduler slot timing metrics under correct name (sola…
Browse files Browse the repository at this point in the history
  • Loading branch information
apfitzge committed Mar 26, 2024
1 parent 21fbde7 commit 7c8a287
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ impl SlotSchedulerTimingMetrics {
// Only report if there was an assigned slot.
if self.slot.is_some() {
self.metrics
.report("banking_stage_scheduler_slot_counts", self.slot);
.report("banking_stage_scheduler_slot_timing", self.slot);
}
self.metrics.reset();
self.slot = slot;
Expand Down

0 comments on commit 7c8a287

Please sign in to comment.