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
We allow only one metric to be displayed per chart now for every instance.( you can choose between a line chart or a bar chart)
Solution
Modify UI/UX and server logic to allow users to retrieve history matric data.
Allow users to customize the time interval between each metric's data point(for example, get CPUUtilization every 5 sec or 1 hour)
Allow users to display 2 or more metrics for specific instances on the same chart to enable users to have a more comprehensive understanding of their service.
Additional information
Depending on user requests, backend data fetching logic might need to be optimized to reduce latency.
👨👧👦 Contributing
🙋♂️ Yes, I'd love to make a PR to implement this feature!
The text was updated successfully, but these errors were encountered:
Problem
We allow only one metric to be displayed per chart now for every instance.( you can choose between a line chart or a bar chart)
Solution
Additional information
Depending on user requests, backend data fetching logic might need to be optimized to reduce latency.
👨👧👦 Contributing
The text was updated successfully, but these errors were encountered: