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

Commit

Permalink
Fix typo (?) in MaintenanceJobRunningTooLong runbook
Browse files Browse the repository at this point in the history
  • Loading branch information
mikberg authored and alejandrodnm committed Oct 21, 2022
1 parent 72c29aa commit 89bbdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/runbooks/PromscaleMaintenanceJobRunningTooLong.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 89bbdaa

Please sign in to comment.