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

Deprecate MaxSpansPerTrace in favour of MaxBytesPerTrace #612

Merged
merged 3 commits into from
Mar 25, 2021

Conversation

annanay25
Copy link
Contributor

@annanay25 annanay25 commented Mar 25, 2021

Signed-off-by: Annanay annanayagarwal@gmail.com

What this PR does:
Deprecates the MaxSpansPerTrace limit imposed in the ingesters in favour of a byte based limit MaxBytesPerTrace which gives a more predictable memory profile on the ingesters. This new limit protects from large traces that might have smaller span counts.

Which issue(s) this PR fixes:
Fixes #na

Checklist

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

Signed-off-by: Annanay <annanayagarwal@gmail.com>
Signed-off-by: Annanay <annanayagarwal@gmail.com>
Signed-off-by: Annanay <annanayagarwal@gmail.com>
@annanay25 annanay25 merged commit 9881335 into grafana:master Mar 25, 2021
@annanay25 annanay25 deleted the max-bytes-per-trace branch March 25, 2021 12:24
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

4 participants