Dashboard
- Print
- PDF
Dashboard
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic
You can monitor the execution results of actions and triggers run during a viewing period in Dashboard.
Note
Dashboard page
The basics of using Dashboard are as follows:
Field | Description |
---|---|
① Menu name | Name of the menu currently being viewed |
② Basic features | Check details for Cloud Functions, refresh the Dashboard page |
③ Upper graph | View area for action/trigger count and monthly usage |
④ Lower graph | View area for run status, most run actions, number of runs, and maximum/average runtime for each period |
⑤ Table | Area for checking and searching for action results |
View Dashboard
The following describes how to monitor results of actions and triggers run during a viewing period and their details.
- From NAVER Cloud Platform console's Region menu, click and select the Region you're using.
- From the Platform menu, click and select Classic.
- Click the Services > Compute > Cloud Functions menus, in that order.
- Click the Dashboard menu.
- Click and select the period and base time you want to view.
- Check the search results.
- Upper graph
- This area does not apply the viewing period.
- Action/trigger: number of actions and triggers and the weight of each type
- This month's usage: current month's accumulated usage
- Lower graph
- Run status: shows the number of actions ran during the viewing period and the success or failure of the run results as a percentage
- Top 5 actions: the number of succeeded and failed runs of the top 5 most ran actions during the viewing period
- Number of runs: the number of actions and triggers ran during the viewing period
- Runtime: the maximum and average time of running the action
- Table: action results in the period
- Action name: name of the ran action
- ID: unique ID for the action result
- Status: whether the action succeeded or failed
- Start time: time when the action started (ms)
- Runtime: time taken to run the action (ms)
- View more: click the View button to see details of the execution result
- Upper graph
Note
- If you want to see the precise indicator value of a specific point on the graph, mouse-over to the specific point on the graphic chart.
- You can enter search keywords with the execution result filter in Action results to search the run-related information you want to see.
Execution result details
The following is the description of the execution result details which appear when you click View more.
- Name: name of the ran action
- ID: unique ID for the action result
- Start time: time when the action started
- Runtime: time taken to run the action (ms)
- End time: time when the action finished
- Status: whether the action succeeded or failed
- Memory: size of the action container space (MB)
- Result: code of action result
- Log: log of the action result
- [Copy] button: click to copy the log's content
Was this article helpful?