From c415fc5f0b2436cb268e1f3c6ec85a22c38eedf9 Mon Sep 17 00:00:00 2001 From: Mikael Berg Date: Thu, 20 Oct 2022 10:59:27 +0200 Subject: [PATCH] Fix typo (?) in MaintenanceJobRunningTooLong runbook --- docs/runbooks/PromscaleMaintenanceJobRunningTooLong.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/runbooks/PromscaleMaintenanceJobRunningTooLong.md b/docs/runbooks/PromscaleMaintenanceJobRunningTooLong.md index 2ce152a387..18967951af 100644 --- a/docs/runbooks/PromscaleMaintenanceJobRunningTooLong.md +++ b/docs/runbooks/PromscaleMaintenanceJobRunningTooLong.md @@ -23,7 +23,7 @@ SELECT FROM prom_info.metric; ``` -If `avg_not_yet_compressed_interval > 2` then See [Lots of uncompressed chunks](#lots-of-uncompressed-chunks) for mitigation +If `avg_not_yet_compressed_chunks > 2` then See [Lots of uncompressed chunks](#lots-of-uncompressed-chunks) for mitigation If `avg_not_yet_compressed_interval is high AND avg_not_yet_compressed_chunks is small (<2)` then it indicates very big chunks. This can lead to maintenance jobs stuck on compressing this large chunk or waiting for the current chunk to stop getting new data.