-
Notifications
You must be signed in to change notification settings - Fork 494
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
[FSunstone] VM speed graphs always incrementing #6347
Comments
After a quick analysis it seems like this might be core related and not an issue directly in Fireedge. The values sent to Fireedge from the core seem to be cumulative across timestamps, thus producing these kinds of graphs. |
Legacy Sunstone shows the same graphs correctly. I would guess that it receives values from the same source? |
Ah you were absolutely correct @danielbolsson ! After a quick comparison between the two charts in RSunstone and Fireedge it quickly became evident that something was missing. So, the data is indeed being received from the same source, but in RSunstone a derivative function was being applied under the hood to the cumulative data, this was missing in Fireedge. I have corrected the problem and added the same function in Fireedge now! (And fixed the header name) |
Signed-off-by: Victor Hansson <[email protected]>
Description
To Reproduce
Deploy VM and check graphs
Expected behavior
Graphs should show correct values (up and down slopes).
Details
The text was updated successfully, but these errors were encountered: