Skip to content

change: remove ingesters and compactor alerts - #6369

Merged
javiermolinar merged 8 commits into
mainfrom
remove-ingesters-and-compactor-alerts
Feb 12, 2026
Merged

change: remove ingesters and compactor alerts#6369
javiermolinar merged 8 commits into
mainfrom
remove-ingesters-and-compactor-alerts

Conversation

@javiermolinar

@javiermolinar javiermolinar commented Feb 3, 2026

Copy link
Copy Markdown
Contributor

What this PR does:
This pr removes alerts from ingesters and compactors. It also update the runbooks. These components have been deprecated to favor live-store and backend worker and scheduler.

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]

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1db52bc6b3

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread operations/tempo-mixin/runbook.md
@javiermolinar

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1c49e5e8db

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 368 to 372
alert: 'TempoBlockBuildersPartitionsMismatch',
expr: |||
max(tempo_partition_ring_partitions{name=~"ingester-partitions|livestore-partitions", state=~"Active|Inactive"}) by (namespace,cluster)
max(tempo_partition_ring_partitions{name=~"livestore-partitions", state=~"Active|Inactive"}) by (namespace,cluster)
>
sum(tempo_block_builder_owned_partitions) by(namespace,cluster)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Restore ingester partition coverage in block-builder alert

The updated expression only checks livestore-partitions and drops ingester-partitions. The ingester module still defines and uses the ingester-partitions ring (modules/ingester/ingester.go), so deployments that haven’t migrated off ingesters will no longer get the block‑builder mismatch alert even if partitions are unowned. That’s a regression in monitoring coverage for those clusters: the alert will stay silent while the block‑builder falls behind the ingester partition ring. Consider keeping ingester-partitions in the selector (or gating it by configuration) until ingesters are fully removed.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch but I'm aware of this

@javiermolinar javiermolinar changed the title remove ingesters and compactor alerts Feb 3, 2026
@mattdurham

Copy link
Copy Markdown
Contributor

Are we a bit early on this? IE should this only apply to 3.0?

@javiermolinar

Copy link
Copy Markdown
Contributor Author

Are we a bit early on this? IE should this only apply to 3.0?

We already cut 2.10. This is already 3.0

@mattdurham mattdurham left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@javiermolinar
javiermolinar enabled auto-merge (squash) February 12, 2026 08:44
@javiermolinar
javiermolinar merged commit b5e3f9b into main Feb 12, 2026
23 checks passed
@javiermolinar
javiermolinar deleted the remove-ingesters-and-compactor-alerts branch February 12, 2026 12:10
mattdurham pushed a commit to mattdurham/tempo that referenced this pull request Jun 18, 2026
* change: remove ingesters and compactors alerts

* change: remove ingesters and compactors alerts

* remove unused files

* alerts

* fmt

* changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants