-
Couldn't load subscription status.
- Fork 55
Improve compactor alerts and playbooks #334
Conversation
|
|
||
| Same as [`CortexCompactorHasNotUploadedBlocks`](#CortexCompactorHasNotUploadedBlocks). | ||
|
|
||
| ### CortexCompactorHasNotSuccessfullyRunCompaction |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved above, to have "Compactor is failing because of not healthy index found" as a sub-section of it.
| gsutil mv gs://BUCKET/TENANT/BLOCK gs://BUCKET/TENANT/corrupted-BLOCK | ||
| ``` | ||
|
|
||
| ### CortexCompactorHasNotUploadedBlocksSinceStart |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After the renaming it's covered by CortexCompactorHasNotUploadedBlocks.
|
|
||
| _TODO: this playbook has not been written yet._ | ||
|
|
||
| ### CortexCompactorRunFailed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After the renaming it's covered by CortexCompactorHasNotSuccessfullyRunCompaction
cortex-mixin/docs/playbooks.md
Outdated
|
|
||
| ### CortexCompactorHasNotSuccessfullyRunCompaction | ||
|
|
||
| This alert fires if the compactor is not able to successfully run a full compaction. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Explain what "full" means? Is it all tenants? Is it all cycles for a single tenant?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right. Is it more clear now?
Signed-off-by: Marco Pracucci <[email protected]>
Signed-off-by: Marco Pracucci <[email protected]>
2538f75 to
11f5495
Compare
Signed-off-by: Marco Pracucci <[email protected]> Co-authored-by: Peter Štibraný <[email protected]>
…for-compactor-alerts Improve compactor alerts and playbooks
What this PR does:
In this PR I'm proposing to cleanup a bit compactor alerts:
CortexCompactorHasNotUploadedBlocksSinceStartintoCortexCompactorHasNotUploadedBlocks. Rationale: no need to distinguish if it's "since start" or not, we just want to alert if a compactor is not uploading blocks.CortexCompactorRunFailedintoCortexCompactorHasNotSuccessfullyRunCompaction. Rationale:CortexCompactorHasNotSuccessfullyRunCompactionis alerting on the case the compactor run is consistently failing, same asCortexCompactorRunFailed, so I think merging makes sense and simplifies.Which issue(s) this PR fixes:
N/A
Checklist
CHANGELOG.mdupdated - the order of entries should be[CHANGE],[FEATURE],[ENHANCEMENT],[BUGFIX]