Your team has been tasked with debugging a Cloud Native application developed using the following Oracle Cloud Infrastructure (OCI) services: Object Storage, Events, Functions, API Gateway, and Autonomous Database. Which of these is NOT a valid option for troubleshooting issues in OCI?
Troubleshooting a cloud-native app leverages OCI observability tools:
Invalid: Leverage OCI Cloud Guard to extract and visualize debug logs (D): Cloud Guard is a security posture management and threat detection service, not designed for extracting or visualizing application debug logs.
Why A, B, C, and E are valid:
A: Monitoring provides service metrics (e.g., Function invocation latency).
B: Service Connector moves logs to Logging Analytics for analysis.
C: APM traces Functions performance issues.
E: Logging Service collects app logs directly.
Cloud Guard focuses on security, not debugging.
Isabella
7 days ago