Skip to content
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

alerts: Extend MimirAllocatingTooMuchMemory for read-write deployment #3710

Conversation

jhesketh
Copy link
Contributor

What this PR does

Extend MimirAllocatingTooMuchMemory for read-write deployment

Also check mimir-write which contains the ingester, and mimir-backend which is critical (and contains AlertManager).

Which issue(s) this PR fixes or relates to

Partial fixes #3366

Checklist

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

Also check mimir-write which contains the ingester, and mimir-backend
which is critical (and contains AlertManager).
@jhesketh jhesketh requested a review from a team as a code owner December 13, 2022 07:06
Also fix previous entry to be consistent with alert naming convention.
Copy link
Collaborator

@pracucci pracucci left a comment

Choose a reason for hiding this comment

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

LGTM (modulo a couple of nits), thanks!

CHANGELOG.md Show resolved Hide resolved
operations/mimir-mixin/alerts/alerts.libsonnet Outdated Show resolved Hide resolved
operations/mimir-mixin/alerts/alerts.libsonnet Outdated Show resolved Hide resolved
operations/mimir-mixin/alerts/alerts.libsonnet Outdated Show resolved Hide resolved
Copy link
Collaborator

@pracucci pracucci left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@pracucci pracucci merged commit dc225d7 into grafana:main Dec 15, 2022
jhesketh added a commit to jhesketh/mimir that referenced this pull request Dec 16, 2022
PR grafana#3710 accidentally duplicated an entry in the changelog due to a bad
merge resolution during review.
pracucci pushed a commit that referenced this pull request Dec 16, 2022
PR #3710 accidentally duplicated an entry in the changelog due to a bad
merge resolution during review.
masonmei pushed a commit to udmire/mimir that referenced this pull request Dec 16, 2022
…grafana#3710)

* alerts: Extend MimirAllocatingTooMuchMemory for read-write deployment

Also check mimir-write which contains the ingester, and mimir-backend
which is critical (and contains AlertManager).

* Update changelog

Also fix previous entry to be consistent with alert naming convention.

* Update helm mixin test

* Use "instance" instead of "container"

Also use job_name from config

* Use container_names instead of instance_names

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

Successfully merging this pull request may close these issues.

Ensure all alerts correctly work when Mimir is deployed using the read-write deployment mode
2 participants