Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit 89bbdaa

Browse files
mikbergalejandrodnm
authored andcommitted
Fix typo (?) in MaintenanceJobRunningTooLong runbook
1 parent 72c29aa commit 89bbdaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/runbooks/PromscaleMaintenanceJobRunningTooLong.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SELECT
2323
FROM prom_info.metric;
2424
```
2525

26-
If `avg_not_yet_compressed_interval > 2` then See [Lots of uncompressed chunks](#lots-of-uncompressed-chunks) for mitigation
26+
If `avg_not_yet_compressed_chunks > 2` then See [Lots of uncompressed chunks](#lots-of-uncompressed-chunks) for mitigation
2727

2828
If `avg_not_yet_compressed_interval is high AND avg_not_yet_compressed_chunks is small (<2)` then it indicates very big chunks.
2929
This can lead to maintenance jobs stuck on compressing this large chunk or waiting for the current chunk to stop getting new data.

0 commit comments

Comments
 (0)