Update pageserver/src/deletion_queue.rs

Co-authored-by: Christian Schwarz <christian@neon.tech>
This commit is contained in:
John Spray
2023-08-22 11:23:56 +01:00
parent 1afc6337fb
commit 57a44dcc01

View File

@@ -375,7 +375,7 @@ impl BackendQueueWorker {
{
warn!("Failed to upload deletion queue header: {e:#}");
DELETION_QUEUE_ERRORS
.with_label_values(&["put_headerr"])
.with_label_values(&["put_header"])
.inc();
return;
}