- Print
- PDF
Dashboard
- Print
- PDF
Available in Classic
You can monitor the run results of actions and triggers during the selected period in Dashboard.
Dashboard screen
The basics of using Dashboard are as follows:
Area | 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 the selected 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 Services > Compute > Cloud Functions in 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 selected period.
- Action/trigger: number of actions and triggers and the weight of each type
- This month's usage: current month's accumulated usage(GB-seconds)
- Lower graph
- Run status: shows the number of actions run during the selected 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 run actions during the selected period
- Number of runs: the number of actions and triggers ran during the selected period
- Runtime: the maximum and average time of running the action
- Table: action results in the period
- Action name: name of the run action
- ID: unique ID for the action result
- Status: whether the action result succeeded or failed
- Start time: time when the action started (ms)
- Runtime: time taken to run the action (ms)
- View details: click View to see details of the run result
- Upper graph
- 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 result to search the run-related information you want to see.
Detailed run results
Click on an action name to go to the detailed action information screen.
Once you click ID, you can view the description of the run result details as follows:
- 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 result succeeded or failed
- Memory: size of the action container space (MB)
- Result: return value from the action code
- Log: stdout/stderr output log from the action code
- [Copy] button: click to copy the log's content
You can monitor the run results of actions and triggers during the selected period in Dashboard.
Dashboard screen
The basics of using Dashboard are as follows:
Area | 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 the selected 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 Services > Compute > Cloud Functions in 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 selected 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 run during the selected 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 run actions during the selected period
- Number of runs: the number of actions and triggers ran during the selected period
- Runtime: the maximum and average time of running the action
- Table: action results in the period
- Action name: name of the run action
- ID: unique ID for the action result
- Status: whether the action result succeeded or failed
- Start time: time when the action started (ms)
- Runtime: time taken to run the action (ms)
- View details: click View to see details of the run result
- Upper graph
- 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 result to search the run-related information you want to see.
Detailed run results
Once you click View details, you can view the description of the run result details as follows:
- 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 result 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