Skip to content

Commit

Permalink
[TRIVIAL] More precise auction update total time metric buckets (#2957)
Browse files Browse the repository at this point in the history
Currently, it is impossible to detect some of the changes due to the
poorly detailed buckets.
  • Loading branch information
squadgazzz authored Sep 6, 2024
1 parent 6c73eb6 commit 8f61a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/autopilot/src/solvable_orders.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub struct Metrics {
auction_update: IntCounterVec,

/// Time taken to update the solvable orders cache.
#[metric(buckets(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12))]
#[metric(buckets(0.1, 0.2, 0.5, 1, 1.5, 2, 2.5, 3, 4, 5, 6, 8, 10))]
auction_update_total_time: Histogram,

/// Time spent on auction update individual stage.
Expand Down

0 comments on commit 8f61a82

Please sign in to comment.