OCI Applications provide observability at the Functions application level.
Use the Oracle Cloud integration to discover and collect metrics against the OCI Applications.
Setup
To set up the Oracle Cloud integration and discover the OCI Applications service, do the following:
- Create an Oracle Cloud (OCI) integration if not available in your installed integrations.
- You can select
OCI Applicationsduring integration or you can edit the existing integration and selectOCI Applications. - Scan to discover the resources at any time independent of the predefined schedule.
- Once the scan is completed, you can view the OCI Applications 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_applications_FunctionInvocationCount | FunctionInvocationCount | Function Invocations | count | Total number of function invocations. | SUM |
| oci_applications_FunctionExecutionDuration | FunctionExecutionDuration | Function Execution Duration | ms | Function execution duration in milliseconds for the application. | MEAN |
| oci_applications_FunctionResponseCount | FunctionResponseCount | Function Responses | count | Number of responses returned by functions in the application. | SUM |
| oci_applications_FunctionErrorCount | FunctionResponseCount | Function Errors | count | Number of function responses in the application that resulted in an error. | SUM |
| oci_applications_FunctionThrottleCount | FunctionResponseCount | Function Throttles | count | Number of function responses in the application that were throttled. | SUM |
| oci_applications_FunctionDetachedDeliveries | FunctionDetachedDeliveries | Function Detached Invoke Deliveries | count | Total number of function detached invoke deliveries. | SUM |
| oci_applications_AllocatedTotalConcurrency | AllocatedTotalConcurrency | Allocated Total Concurrency | MB | Total concurrent memory allocated. | SUM |
| oci_applications_AllocatedProvisionedConcurrency | AllocatedProvisionedConcurrency | Allocated Provisioned Concurrency | MB | Memory consumed by provisioned concurrency slots. | SUM |