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

Add playbook for CortexProvisioningTooManyActiveSeries #350

Merged
merged 2 commits into from
Jul 2, 2021

Conversation

pracucci
Copy link
Collaborator

@pracucci pracucci commented Jul 2, 2021

What this PR does:
Added playbook for CortexProvisioningTooManyActiveSeries with minor tweaks to the alert.

Which issue(s) this PR fixes:
N/A

Checklist

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

Signed-off-by: Marco Pracucci <marco@pracucci.com>
@pracucci pracucci requested a review from a team as a code owner July 2, 2021 13:25
expr: |||
avg by (%s) (cortex_ingester_memory_series) > 1.6e6
and
sum by (%s) (rate(cortex_ingester_received_chunks[1h])) == 0
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This was just used for the chunks storage chunks transferring.

Copy link
Member

@pstibrany pstibrany left a comment

Choose a reason for hiding this comment

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

This alert feels too similar to CortexIngesterReachingSeriesLimit (but that needs instance limits enabled).

@pracucci
Copy link
Collaborator Author

pracucci commented Jul 2, 2021

This alert feels too similar to CortexIngesterReachingSeriesLimit (but that needs instance limits enabled).

Exactly! At first I though to remove the alert, but if limit is not enabled then this alert is still useful IMO.

Signed-off-by: Marco Pracucci <marco@pracucci.com>
@pracucci pracucci merged commit 47c4c25 into main Jul 2, 2021
@pracucci pracucci deleted the playbook-for-CortexProvisioningTooManyActiveSeries branch July 2, 2021 13:33
simonswine pushed a commit to grafana/mimir that referenced this pull request Oct 18, 2021
…or-CortexProvisioningTooManyActiveSeries

Add playbook for CortexProvisioningTooManyActiveSeries
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.

None yet

2 participants