Which are the TWO components that the Management Agent solution includes in the Cloud service? (Choose two.)
Two components that the Management Agent solution includes in the Cloud service are:
Management Agent. Management Agent is a lightweight process that collects and sends operational data from your resources to OCI services, such as Monitoring, Logging, or Stack Monitoring. Management Agent can collect data from various sources, such as databases, hosts, or applications.
Management Gateway. Management Gateway is a component that enables secure communication between Management Agents and OCI services. Management Gateway acts as a proxy that encrypts and forwards data from Management Agents to OCI services.
As a solutions architect of the Oracle Cloud Infrastructure (OCI) tenancy, you have been asked to provide members of the CloudOps group the ability to view and retrieve monitoring metrics, but only for all monitoring-enabled compute instances. Which policy statement would you define to grant this access?
To grant the CloudOps group the ability to view and retrieve monitoring metrics only for all monitoring-enabled compute instances, you need to use a policy statement with a condition that filters by the metric namespace. The metric namespace is a unique name that identifies the source of the metrics. For compute instances, the metric namespace is oci_computeagent. Therefore, the policy statement should be: Allow group cloudops to read metrics in tenancy where target.metrics.namespace='oci_computeagent'
Which TWO items describe the capabilities of the Oracle Cloud Infrastructure (OCI) Database Management Service? (Choose two.)
Two items that describe the capabilities of the OCI Database Management Service are:
Perform management tasks across a group of databases. Database Management Service provides a feature called Database Fleet Management that allows you to perform management tasks across a group of databases in your tenancy. You can use Database Fleet Management to view and compare the configuration, performance, and security of your databases. You can also use Database Fleet Management to execute SQL commands or scripts on multiple databases at once.
Monitor database performance. Database Management Service also provides various tools and dashboards that let you monitor the performance of your databases and SQL statements. You can use Performance Hub to view real-time and historical performance data of your databases. You can also use SQL Monitor to view real-time and historical execution details of your SQL statements.
You are part of a team that manages a set of workload instances running in an on-premises environment. The Architect team is tasked with designing and configuring Oracle Cloud Infrastructure (OCI) Logging service to collect logs from these instances. There is a requirement to archive Info-level logging data of these instances into the OCI Object Storage. Which TWO features of OCI can help you achieve this? (Choose two.)
Two features of OCI that can help you archive Info-level logging data of these instances into the OCI Object Storage are:
Service Connectors. Service Connectors are components of Service Connector Hub that enable data movement between OCI services. You can create a service connector that has Logging as the source service and Object Storage as the target service. You can also specify filters to select only the Info-level logs from your instances.
ObjectCollection Rule. ObjectCollection Rule is a feature of Logging Analytics that allows you to collect log data from objects stored in Object Storage buckets. You can create an ObjectCollection Rule that specifies the bucket name, object name pattern, entity type, and log source for your log data. For more information, see [Service Connector Hub Overview] and [ObjectCollection Rule].
How does Application Performance Monitoring track all related spans for a single user request?