OCI Application Performance Monitoring (APM) provides tools to monitor application performance:
Distributed Tracing (A): Tracks requests across microservices, showing latency and dependencies via
traces and spans.
Real User Monitoring (C): Captures real user interactions with web applications (e.g., page load
times) using a Browser Agent.
Why not B or D?
Capacity Planning (B): Available in Operations Insights, not APM.
Java Management (D): Not a feature of APM; Java Agent is a tool, not a feature.
These features align with APM’s focus on performance and user experience.
Reference: APM Overview