Undo whitespace

This commit is contained in:
Bojan Serafimov
2022-08-04 09:43:27 +02:00
parent fb2ffac8b9
commit 688f68ecba
2 changed files with 0 additions and 2 deletions

View File

@@ -41,7 +41,6 @@ lazy_static! {
)
.expect("failed to define a metric");
}
lazy_static! {
static ref STORAGE_IO_SIZE: IntGaugeVec = register_int_gauge_vec!(
"pageserver_io_operations_bytes_total",

View File

@@ -105,7 +105,6 @@ impl crate::walredo::WalRedoManager for DummyRedoManager {
// We collect the time spent in actual WAL redo ('redo'), and time waiting
// for access to the postgres process ('wait') since there is only one for
// each tenant.
//
lazy_static! {
static ref WAL_REDO_TIME: Histogram =
register_histogram!("pageserver_wal_redo_seconds", "Time spent on WAL redo")