We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should explore data aggregation to get our sample times much lower.
It is my thought to keep the data-points at 5 minutes, but store average/min/max/std over 10 samples (30 second sampling).
This would only increase the data by 4x, instead of 10x.
then we could graph with the average and min/max bars to give a more complete picture on what happened on the node.
We probably want to do this on-node.
The text was updated successfully, but these errors were encountered:
really a data reduction problem only, sampling size
Sorry, something went wrong.
No branches or pull requests
We should explore data aggregation to get our sample times much lower.
It is my thought to keep the data-points at 5 minutes, but store average/min/max/std over 10 samples (30 second sampling).
This would only increase the data by 4x, instead of 10x.
then we could graph with the average and min/max bars to give a more complete picture on what happened on the node.
We probably want to do this on-node.
The text was updated successfully, but these errors were encountered: