OCI File Storage
Overview
The OCI File Storage integration with ObserveOps (formerly known as AIOps) collects operational telemetry from Oracle Cloud Infrastructure File Storage service. It monitors file system state and capacity, mount target availability, export configurations, and replication status.
These metrics help administrators track storage utilization, monitor mount target health, verify export configurations, and maintain visibility over file storage replication across OCI environments.
Prerequisites
- The OCI tenancy has File Storage file systems provisioned.
- The user or service account used for integration has the
file-system-inspect and mount-target-inspect 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
File System
| Metric | Description | Type |
|---|
| oci.file.storage | Identifier of the OCI File Storage file system. | String |
| oci.file.storage.state | Current operational state of the file system. | String |
| oci.file.storage.metered.bytes | Total billable bytes consumed by the file system. | Bytes |
| oci.file.storage.availability.domain | Availability domain in which the file system resides. | String |
Mount Targets
| Metric | Description | Type |
|---|
| oci.file.storage.mount.targets | Total number of mount targets for this file system. | Count |
| oci.file.storage.mount.target | Identifier of an individual mount target. | String |
| oci.file.storage.mount.target.state | Current state of the mount target. | String |
| oci.file.storage.mount.target.ip | IP address assigned to the mount target. | String |
| oci.file.storage.mount.target.availability.domain | Availability domain in which the mount target resides. | String |
| oci.file.storage.mount.target.subnet | Subnet associated with the mount target. | String |
| oci.file.storage.mount.target.exports | Total number of exports configured on the mount target. | Count |
Exports
| Metric | Description | Type |
|---|
| oci.file.storage.exports | Total number of exports for this file system. | Count |
| oci.file.storage.export | Identifier of an individual export. | String |
| oci.file.storage.export.state | Current state of the export. | String |
| oci.file.storage.export.path | NFS export path configured for this export. | String |
Replications
| Metric | Description | Type |
|---|
| oci.file.storage.replications | Total number of replication configurations for this file system. | Count |
| oci.file.storage.replication | Identifier of an individual replication configuration. | String |
| oci.file.storage.replication.state | Current state of the replication. | String |
| oci.file.storage.replication.interval.minutes | Replication interval in minutes. | Count |
| oci.file.storage.replication.lag.seconds | Current replication lag in seconds. | Seconds |
| oci.file.storage.replication.progress.percent | Completion percentage of the current replication operation. | Percent |