Skip to content

Compactor metric for oldest uncompacted partition block #6788

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

anna-tran
Copy link
Contributor

What this PR does:

While the cortex_compactor_oldest_partition_offset metric measures the age of the oldest partition group, the metric value gets reset when the partition group gets deleted because of a block in one of the partition plans either getting removed or marked for no compaction. This doesn't show the age of the oldest uncompacted block.

This PR add a new metric cortex_compactor_oldest_uncompacted_block_offset to monitor the relative age of the oldest uncompacted block from the partitioning compactor as a more accurate indicator of growing compaction backlog.

Which issue(s) this PR fixes:
Fixes #

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant