diff --git a/pageserver/src/metrics.rs b/pageserver/src/metrics.rs index 4a7da07e2c15..4f18f4e622fc 100644 --- a/pageserver/src/metrics.rs +++ b/pageserver/src/metrics.rs @@ -8,7 +8,7 @@ use metrics::{ use once_cell::sync::Lazy; use strum::VariantNames; use strum_macros::{EnumVariantNames, IntoStaticStr}; -use utils::id::{TenantId, TimelineId, RegionId}; +use utils::id::{RegionId, TenantId, TimelineId}; /// Prometheus histogram buckets (in seconds) for operations in the critical /// path. In other words, operations that directly affect that latency of user