OCI Container Instances provide serverless container runtime observability at instance level.
Use the Oracle Cloud integration to discover and collect metrics against the OCI Container Instances.
Setup
To set up the Oracle Cloud integration and discover the OCI Container Instances service, do the following:
- Create an Oracle Cloud (OCI) integration if not available in your installed integrations.
- You can select
OCI Container Instancesduring integration or you can edit the existing integration and selectOCI Container Instances. - Scan to discover the resources at any time independent of the predefined schedule.
- Once the scan is completed, you can view the OCI Container Instances resource under Infrastructure > Resources > Oracle Cloud category.
- Create a template. See Create a Template for more information on how to create a template.
- Refer to Assign a Template on how to assign a template to a resource.
Supported metrics
| OpsRamp Metric | Oracle Cloud Metric | Metric Display Name | Unit | Description | Aggregation Type |
|---|---|---|---|---|---|
| oci_containerinstance_CpuUtilization | CpuUtilization | CPU Utilization | % | The percentage of CPU resources used by the container instance across all vCPUs allocated to it. | MEAN |
| oci_containerinstance_MemoryUtilization | MemoryUtilization | Memory Utilization | % | The percentage of memory resources used by the container instance relative to the total memory allocated to it. | MEAN |
| oci_containerinstance_MemoryUsed | MemoryUsed | Memory Used | Bytes | The amount of memory used by the container instance in bytes. | MEAN |
| oci_containerinstance_EphemeralStorageUsed | EphemeralStorageUsed | Ephemeral Storage Used | Bytes | The amount of ephemeral storage used by the container instance in bytes. | MEAN |
| oci_containerinstance_CpuUsed | CpuUsed | Container Instance CPU Used | NanoSeconds | Cumulative use of CPU resources across all container instance cores since the container instance was created, expressed in core nanoseconds. | MEAN |