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

Fix typo (?) in MaintenanceJobRunningTooLong runbook #1707

Merged
merged 1 commit into from
Oct 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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