Skip to content

Commit

Permalink
Update crates/sui-proxy/src/histogram_relay.rs
Browse files Browse the repository at this point in the history
Co-authored-by: ronny-mysten <[email protected]>
  • Loading branch information
stefan-mysten and ronny-mysten authored Mar 6, 2025
1 parent 3c75c3f commit dd6c1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sui-proxy/src/histogram_relay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ impl HistogramRelay {
Self::default()
}
/// submit will take metric family submissions and store them for scraping
/// in doing so, it will also wrap each entry in a timestamp which will be use
/// in doing so, it will also wrap each entry in a timestamp which will be used
/// for pruning old entries on each submission call. this may not be ideal long term.
pub fn submit(&self, data: Vec<MetricFamily>) {
RELAY_PRESSURE.with_label_values(&["submit"]).inc();
Expand Down

0 comments on commit dd6c1dd

Please sign in to comment.