After deploying a new Oracle Function for online payments, the team wants invocation and duration charts. What must they enable first?
Select an answer to reveal the explanation.
Short Explanation
Functions already shout their basic stats into oci_faas—no special Insights switch. Open the Monitoring tab or filter Service Metrics to that namespace.
Full Explanation
Official Functions metrics use namespace oci_faas. Invocation count, execution duration, response counts, and concurrency or memory figures are emitted automatically for functions you create. View them on the function or application Monitoring tab or under Service Metrics filtered to oci_faas. There is no separate Functions Insights product to enable first.