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

Remove unnecessary backend requests from metricstore #20

Open
jvalkeal opened this issue Mar 26, 2011 · 2 comments
Open

Remove unnecessary backend requests from metricstore #20

jvalkeal opened this issue Mar 26, 2011 · 2 comments

Comments

@jvalkeal
Copy link
Contributor

We're currently requesting all needed metrics from HQU backend within the used timer threshold without making any clever decisions whether it's needed or not.

e.g. 1. if collection time is 10min, no need to request metric every time. 2. if metric is requested but not changed, no need to post it to metric topics.

@jvalkeal
Copy link
Contributor Author

Some work has been done previously but side effect was delayed start for widgets to show up any status. Now it may take up to 1 min to receive anything from backend when player is started.

@jvalkeal
Copy link
Contributor Author

Need to move this to future. Initial status is now handled faster but to combine multiple request to one needs some architectural changes. Especially for error handling since one metric may fail the whole update request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant