Skip to main content

OCI Object Storage

Overview

The OCI Object Storage integration with ObserveOps (formerly known as AIOps) collects operational telemetry from Oracle Cloud Infrastructure Object Storage buckets. It monitors bucket storage consumption, object counts, request volumes by operation type, data transfer metrics, and replication status.

These metrics help administrators track storage utilization trends, monitor request patterns, identify data transfer volumes, and maintain visibility over bucket replication health across OCI environments.

Prerequisites

  • The OCI tenancy has Object Storage buckets configured.
  • The user or service account used for integration has the object-storage-inspect and object-storage-read permissions.
  • Required OCI API endpoints are reachable from ObserveOps.
  • The OCI tenancy is added in discovery with correct credentials and region configuration.

List of Supported KPIs

Bucket Identity & Storage

MetricDescriptionType
oci.object.storageIdentifier of the OCI Object Storage bucket.String
oci.object.storage.storage.tierStorage tier configured for the bucket — Standard or Archive.String
oci.object.storage.versioningVersioning state of the bucket — Enabled, Suspended, or Disabled.String
oci.object.storage.bytesTotal storage consumed by all objects in the bucket.Bytes
oci.object.storage.objectsTotal number of objects stored in the bucket.Count

Request Operations

MetricDescriptionType
oci.object.storage.requestsTotal number of requests made to the bucket.Count
oci.object.storage.put.requestsNumber of PUT requests made to the bucket.Count
oci.object.storage.get.requestsNumber of GET requests made to the bucket.Count
oci.object.storage.delete.requestsNumber of DELETE requests made to the bucket.Count
oci.object.storage.list.requestsNumber of list requests made to the bucket.Count
oci.object.storage.head.requestsNumber of HEAD requests made to the bucket.Count

Data Transfer

MetricDescriptionType
oci.object.storage.network.sent.bytesTotal bytes sent from the bucket over the network.Bytes
oci.object.storage.network.received.bytesTotal bytes received into the bucket over the network.Bytes

Replication

MetricDescriptionType
oci.object.storage.replication.policiesTotal number of replication policies configured on the bucket.Count
oci.object.storage.replication.policyIdentifier of an individual replication policy.String
oci.object.storage.replication.policy.stateCurrent state of the replication policy.String
oci.object.storage.replication.policy.destination.bucketDestination bucket for this replication policy.String
oci.object.storage.replication.policy.destination.regionDestination region for this replication policy.String
oci.object.storage.replication.queue.objectsNumber of objects queued for replication.Count
oci.object.storage.replication.queue.bytesTotal bytes of objects queued for replication.Bytes