You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using JPA as the data storage, in the historical chart monitoring page, a monitoring indicator name is not displayed, and the data displayed on the chart is also incorrect, as shown in the image below:
The CPU usage of pid=2080064 is 0.1, but it shows 0 in the image.
This issue can be assigned to me and I have fixed it。
Problem Cause
The timing of assigning values to the instance is incorrect: historyBuilder.instance(JsonUtil.toJson(labels));
The following code snippet is problematic. It causes the initial iteration to not assign a value, and the value used in the second iteration is from the first one.
Is there an existing issue for this?
Current Behavior
Problem Description
When using JPA as the data storage, in the historical chart monitoring page, a monitoring indicator name is not displayed, and the data displayed on the chart is also incorrect, as shown in the image below:
The CPU usage of pid=2080064 is 0.1, but it shows 0 in the image.
This issue can be assigned to me and I have fixed it。
Problem Cause
The timing of assigning values to the instance is incorrect: historyBuilder.instance(JsonUtil.toJson(labels));
The following code snippet is problematic. It causes the initial iteration to not assign a value, and the value used in the second iteration is from the first one.
Class Name: HistoryJpaDatabaseDataStorage
Method:
Expected Behavior
Steps To Reproduce
No response
Environment
Debug logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: