Skip to content

Commit

Permalink
feat(logger): make LatencyAggregateMetrics public
Browse files Browse the repository at this point in the history
This is for it to be available in block and net modules.

(cherry picked from commit 430a034)

Signed-off-by: Nikita Kalyazin <kalyazin@amazon.com>
  • Loading branch information
kalyazin committed Mar 8, 2024
1 parent 12a1039 commit e6369cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vmm/src/logger/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ pub use logging::{
DEFAULT_INSTANCE_ID, DEFAULT_LEVEL, INSTANCE_ID, LOGGER,
};
pub use metrics::{
IncMetric, MetricsError, ProcessTimeReporter, SharedIncMetric, SharedStoreMetric, StoreMetric,
METRICS,
IncMetric, LatencyAggregateMetrics, MetricsError, ProcessTimeReporter, SharedIncMetric,
SharedStoreMetric, StoreMetric, METRICS,
};

/// Alias for `std::io::LineWriter<std::fs::File>`.
Expand Down

0 comments on commit e6369cc

Please sign in to comment.