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

Consider optimizing stale telemetry handling in light of batching #416

Open
akhenry opened this issue Jan 26, 2024 · 0 comments
Open

Consider optimizing stale telemetry handling in light of batching #416

akhenry opened this issue Jan 26, 2024 · 0 comments
Labels
type:enhancement New feature or request

Comments

@akhenry
Copy link
Owner

akhenry commented Jan 26, 2024

Is your feature request related to a problem? Please describe.
When processing a batch of telemetry, we probably only care whether the last parameter value in that batch is stale. If another parameter has come in after a stale parameter, then by definition it's no longer stale.

Optimization was identified during the implementation of telemetry batching, but was deemed to risky to implement in the initial round so is left as a future optimization.

@akhenry akhenry added the type:enhancement New feature or request label Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant