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

internal: send health metrics on every flush #1129

Merged
merged 1 commit into from
Nov 12, 2019

Conversation

brettlangdon
Copy link
Member

This PR removes the sampling logic and goes back to sending stats on every flush.

Since we removed the heavier sizeof metrics we should be able to do this no problem.

If we find that we do need to limit the frequency again we need to figure out how to still collect all the metrics between each flush (e.g. total traces flushed between each stats flush) and then ensure we flush them in a way that works for sending once per X seconds.

@brettlangdon brettlangdon merged commit 73e3577 into master Nov 12, 2019
@brettlangdon brettlangdon deleted the brettlangdon/stats.every.flush branch November 12, 2019 13:31
@majorgreys majorgreys modified the milestones: 0.30.1, 0.31.0 Nov 12, 2019
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

3 participants