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

Update default for max_global_series_per_metric limit to 0 #2714

Merged
merged 1 commit into from
Aug 12, 2022

Conversation

56quarters
Copy link
Contributor

@56quarters 56quarters commented Aug 12, 2022

What this PR does

This brings the CLI default and Helm chart in line with the Jsonnet
default value. This default is set because it doesn't provide any
protection for Mimir now that series are sharded by all labels
(previously they were sharded only by metric name). It's still useful
for preventing cardinality explosions in some cases but, more often
it is a source of confusion for users.

Signed-off-by: Nick Pillitteri nick.pillitteri@grafana.com

Which issue(s) this PR fixes or relates to

N/A

Checklist

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

This brings the CLI default and Helm chart in line with the Jsonnet
default value. This default is set because it doesn't provide any
protection for Mimir now that series are sharded by all labels
(previously they were sharded only by metric name). It's still useful
for preventing cardinality explosions in some cases but, more often
it is a source of confusion for users.

Signed-off-by: Nick Pillitteri <nick.pillitteri@grafana.com>
@56quarters 56quarters marked this pull request as ready for review August 12, 2022 18:56
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.

Thank you for taking care of it!

@56quarters 56quarters merged commit f5bc390 into main Aug 12, 2022
@56quarters 56quarters deleted the 56quarters/helm-jsonnet-diff branch August 12, 2022 19:53
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.

2 participants