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

ref(metrics): Stop logging relative bucket size [INGEST-1132] #1302

Merged
merged 2 commits into from
Jun 9, 2022

Conversation

jjbayer
Copy link
Member

@jjbayer jjbayer commented Jun 9, 2022

In an ongoing effort to reduce the number of statsd metrics we emit (see also #1295), remove the BucketRelativeSize, which was emitted in a loop for every bucket flush.

Beside emitting a lot of statsd metrics, the relative_size() function was also a less precise approximation than the new cost() function, which IMO can be removed.

#skip-changelog

@jjbayer jjbayer requested a review from a team June 9, 2022 12:47
@jjbayer jjbayer enabled auto-merge (squash) June 9, 2022 12:55
@jjbayer jjbayer merged commit b73a1ad into master Jun 9, 2022
@jjbayer jjbayer deleted the ref/statsd-remove-relative-size branch June 9, 2022 13:11
jan-auer added a commit that referenced this pull request Jun 9, 2022
* master:
  ref(metrics): Stop logging relative bucket size (#1302)
  fix(metrics): Rename misnamed aggregator option (#1298)
  fix(server): Avoid a panic in the Sentry middleware (#1301)
  build: Update dependencies with known vulnerabilities (#1294)
  fix(metrics): Stop logging statsd metric per project key (#1295)
  feat(metrics): Limits on bucketing cost in aggregator [INGEST-1132] (#1287)
  fix(metrics): Track memory footprint more accurately (#1288)
  build(deps): Bump dependencies (#1293)
  feat(aws): Add relay-aws-extension crate which implements AWS extension as an actor (#1277)
  fix(meta): Update codeowners for the release actions (#1286)
  feat(metrics): Track memory footprint of metrics buckets (#1284)
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.

3 participants