| 1 |
Trend |
Demonstrate the trend of the data over time with one or more polylines. |
Show trends over time, such as changes in CPU utilisation, memory usage, and other metrics. |
| 2 |
Step Line Chart |
Based on a line chart, horizontal and vertical lines are used to connect data points to form a ladder. |
It is suitable for displaying the time points of discrete events, such as the number of alarms. |
| 3 |
Bar Chart |
Use vertical rectangular bars to represent the size of the data, with the height of the bar representing the value. |
Histograms can visually compare the differences in values, which is conducive to the discovery of patterns and anomalies, and is suitable for scenarios that require attention to changes in values, such as the number of container groups, the number of nodes, and so on. |
| 4 |
Horizontal Bar Chart |
Similar to a bar chart, but uses horizontal rectangular bars to represent the data. |
When the data has more dimensions, bar charts make better use of the spatial layout and improve readability. |
| 5 |
Gauge Chart |
Use semi-circle or circle shape to represent the current value of the indicator and its proportion to the total. |
Visualise the current status of key monitoring indicators, such as system CPU usage, memory usage, etc. It is recommended to use warning thresholds with colour changes to remind the indicators of abnormal conditions. |
| 6 |
Bar Gauge Chart |
Use vertical rectangular bars to represent the current value of the indicator and its percentage. |
Visualise the current state of key metrics, such as progress towards goals, system load, etc. When there are multiple categories of the same metric, it is more advisable to use bar charts, such as free disk space, or usage. |
| 7 |
Pie |
Use fan shapes to show the proportional relationship of each part of the data to the whole. |
Ideal for showing the composition of the overall data in different dimensions, such as the percentage of 4XX, 3XX, and 2XX return codes over time. |
| 8 |
Table |
Organise data in rows and columns for easy viewing and comparison of specific values. |
It is suitable for displaying structured multi-dimensional data, such as node details, container group details, and so on. |
| 9 |
Stat Chart |
Shows the current value of a single key indicator, usually accompanied by a text description. |
Suitable for displaying real-time values of important monitoring metrics, such as the number of container groups, the number of nodes, and the number of current alarms. |
| 10 |
XY Chart |
A series of data points are plotted using a Cartesian coordinate system, reflecting the correlation between two variables. |
It is suitable for analysing the relationship between two indicators. Through the distribution of data points, patterns such as linear correlation and clustering can be detected, which helps to explore the correlation between indicators. |
| 11 |
Text Chart |
Key textual information is presented in the form of cards, usually containing a title and a brief description. |
Suitable for presenting some textual information, e.g. pannel explanations, troubleshooting instructions, etc. |