# O&M Dashboard
Currently, most surveillance products support O&M dashboard, including Grafana (opens new window) and Kinaba (opens new window). Erda also provides O&M dashboard with rich features, allowing customization to present data, including but not limited to monitoring data.
# New Dashboard
Go to Cloud Management > Custom Dashboard > New Custom Dashboard.
Click the edit button.
# Configure Dashboard
Here is an example of configuring a line chart of CPU usage of an application. Fill in the title (required) and description of the dashboard as follows:
# Add a Chart
Click **+ ** to add charts.
Chart Type
The dashboard supports eight chart types including line charts and area charts. Take a line chart as an example here.
Metric Group
The platform groups numerous metrics and you can directly select a group or enter text to search. Take the container instance under the project resource as an example here.
Dimension
It is similar to
GROUP BY
in SQL. In general, select time or container ID for monitoring indicators.Value
It refers to the specific metric and the aggregation method, which is similar to
SELECT avg(cpu_usage_percent)
in SQL. Here takes the average of CPU usage as an example.Result Sort
Similar to
ORDER BY
in SQL.Result Limit
Similar to
LIMIT
in SQL.Fixed Time Range
If set, the time range is fixed and will not change with the overall time range. It is unnecessary to set in most cases.
After completing the configuration, the chart is as follows:
# Adjust the Chart
Drag the chart to adjust its size if necessary.
# Save the Chart
Click the save button on the upper right corner to save the chart and dashboard.
# View the Dashboard
Go to Cloud Management > O&M Dashboard to view the created dashboard.
Adjust the time range as needed.
← Node Tags O&M Report →