OCI Containers provide container-level observability inside OCI Container Instances.
Use the Oracle Cloud integration to discover and collect metrics against the OCI Containers.
Setup
To set up the Oracle Cloud integration and discover the OCI Containers service, do the following:
- Create an Oracle Cloud (OCI) integration if not available in your installed integrations.
- You can select
OCI Containersduring integration or you can edit the existing integration and selectOCI Containers. - Scan to discover the resources at any time independent of the predefined schedule.
- Once the scan is completed, you can view the OCI Containers 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_container_ContainerCpuUtilization | ContainerCpuUtilization | Container CPU Utilization | % | The percentage of CPU resources used by the container relative to the CPU resources allocated to it. | MEAN |
| oci_container_ContainerMemoryUtilization | ContainerMemoryUtilization | Container Memory Utilization | % | The percentage of memory resources used by the container relative to the memory resources allocated to it. | MEAN |
| oci_container_ContainerCpuUsed | ContainerCpuUsed | Container CPU Used | NanoSeconds | Cumulative use of the container CPU resources across all of the container instance cores since the container was created, expressed in core nanoseconds. | MEAN |
| oci_container_ContainerMemoryUsed | ContainerMemoryUsed | Container Memory Used | Bytes | The total amount of memory in use by the container in bytes. | MEAN |
| oci_container_ContainerEphemeralStorageUsed | ContainerEphemeralStorageUsed | Container Ephemeral Storage Used | Bytes | The amount of the container instance ephemeral storage used by the container writable layers in bytes. | MEAN |