pageserver: add changed_bytes_from_parent consumption metric

This commit is contained in:
John Spray
2025-04-07 20:19:55 +02:00
committed by Erik Grinaker
parent 1a29f5672a
commit 600dca9e2e
3 changed files with 57 additions and 3 deletions

View File

@@ -511,4 +511,5 @@ PER_METRIC_VERIFIERS = {
"written_data_bytes_delta": WrittenDataDeltaVerifier,
"timeline_logical_size": CannotVerifyAnything,
"synthetic_storage_size": SyntheticSizeVerifier,
"timeline_changed_bytes_from_parent": CannotVerifyAnything,
}