A clerk portal Functions app has an APM domain ready, but function-level tracing toggles never appear. What enablement order does OCI require?
Select an answer to reveal the explanation.
Short Explanation
Application first with the APM domain attached, then each function—otherwise the function-level switch never shows up. Two clicks in the wrong order fail.
Full Explanation
Official order: ensure IAM so Functions and the user can use APM domains; create or pick an APM domain with public and private data keys; enable tracing on the Functions application and attach that domain; then enable tracing on each function. The function-level control does not appear until the application is enabled. Logging format and OCIR labels do not substitute for that order.