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

chore: update usage tracker with received bytes on stream level instead of each log line #15812

Merged
merged 2 commits into from
Jan 22, 2025

Conversation

sandeepsukhani
Copy link
Contributor

What this PR does / why we need it:
Currently, we update the usage tracker for bytes received stats for each log line. Since it is on a hot path and the tracker would continue to evolve as we do more complex things, this PR reduces the update frequency to stream level.

@sandeepsukhani sandeepsukhani requested a review from a team as a code owner January 17, 2025 06:59
@sandeepsukhani sandeepsukhani merged commit ebc84ca into main Jan 22, 2025
59 checks passed
@sandeepsukhani sandeepsukhani deleted the update-usage-tracker-stream-level branch January 22, 2025 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants