Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace InstanceMetrics

Object containing instance metrics.

Properties

Optional capacity

capacity: undefined | number

The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional hostName

hostName: undefined | string

The hostname of the database insight resource.

Optional instanceName

instanceName: undefined | string

The instance name of the database insight resource.

Optional totalHostCapacity

totalHostCapacity: undefined | number

The maximum host CPUs (cores x threads/core) on the underlying infrastructure. This only applies to CPU and does not not apply for Autonomous Databases. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional usage

usage: undefined | number

Total amount used of the resource metric type (CPU, STORAGE). Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional usageChangePercent

usageChangePercent: undefined | number

Change in resource utilization in percentage Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional utilizationPercent

utilizationPercent: undefined | number

Resource utilization in percentage Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj