1Z0-997-20 · Question #60
1Z0-997-20 Question #60: Real Exam Question with Answer & Explanation
The correct answer is A. length of time a function runs C. number of times a function is invoked. https://docs.cloud.oracle.com/en-us/iaas/Content/Functions/Reference/functionsmetrics.htm you can monitor the health, capacity, and performance of functions you've deployed to Oracle Functions by using metrics Oracle Functions monitors function execution, and collects and reports
Question
Options
- Alength of time a function runs
- Bnumber of times a function is removed
- Cnumber of times a function is invoked
- Damount of CPU used by a function
- Enumber of concurrent connections
Explanation
https://docs.cloud.oracle.com/en-us/iaas/Content/Functions/Reference/functionsmetrics.htm you can monitor the health, capacity, and performance of functions you've deployed to Oracle Functions by using metrics Oracle Functions monitors function execution, and collects and reports metrics such as: The number of times a function is invoked. The length of time a function runs for. The number of times a function failed. The number of requests to invoke a function that returned a '429 Too Many Requests' error in the response (known as 'throttled function invocations').
Community Discussion
No community discussion yet for this question.