Oracle Cloud Infrastructure

概要

Oracle Cloud Infrastructure (OCI) は、エンタープライズ規模の企業で使用されるInfrastructure-as-a-Service (IaaS) および Platform-as-a-Service (PaaS) です。ホスティング、ストレージ、ネットワーキング、データベースなどのマネージドサービスの完全なスイートを備えています。

Datadog の OCI インテグレーションを使用して、ログとメトリクスを Datadog に転送し、ダッシュボードの作成、トラブルシューティングの支援、セキュリティおよびコンプライアンス状況の監視に活用できます。

セットアップ

メトリクスの収集

OCI メトリクスを Datadog に転送するには

OCI スタックとテナンシー情報を作成する

: これらの手順を完了するには、OCI ユーザーアカウントに Cloud Administrator ロールが必要です。

このインテグレーションは、OCI のコネクタハブ関数アプリ、およびセキュアなネットワークインフラストラクチャーを使用して、OCI メトリクスを Datadog に転送します。

このページで言及されている OCI リソースとデータフローを示す図

最も簡単なセットアップのために、Datadog は以下の ORM スタックを使用して、必要なすべての OCI リソースを作成することを推奨します。あるいは、既存の OCI ネットワークインフラストラクチャーや、メトリクス転送スタックを作成するで概要を説明する要件を満たす関数アプリを使用することもできます。

: リソースマネージャースタックの Terraform 状態ファイルへのアクセス権を管理する必要があります。詳細については、Securing Resource Manager ページの Terraform 状態ファイルのセクションを参照してください。

ポリシースタックを作成する

インテグレーション認証に使用される OCI リソースとワークフローの図

ORM ポリシースタックは、テナンシーのホームリージョンに作成する必要があります。このポリシースタックは次を作成します。

  • コネクタハブへのアクセスを有効にするための resource.type = 'serviceconnectors' を持つ動的グループ。
  • テナンシーリソースを読み取るために Datadog が使用する DatadogAuthUser というユーザー。
  • 作成されたユーザーがポリシーアクセスのために追加されるグループ。
  • ルートコンパートメントにおける、コネクタハブがメトリクスを読み取り、関数を呼び出すことを許可するポリシー。さらに、作成されたユーザーグループにテナンシーリソースの読み取りアクセスを付与します。ポリシーに以下のステートメントが追加されます。
Allow dynamic-group <GROUP_NAME> to read metrics in tenancy
Allow dynamic-group <GROUP_NAME> to use fn-function in tenancy
Allow dynamic-group <GROUP_NAME> to use fn-invocation in tenancy
Allow group <DOMAIN>/<USER_GROUP_NAME> to read all-resources in tenancy

スタックを作成するには、ユーザーアカウントが動的グループとポリシーを作成できる必要があります。

  1. Datadog OCI インテグレーションタイルで Create a stack ボタンをクリックします。
  2. Oracle 利用規約に同意します。
  3. Working directory のドロップダウンで、datadog-oci-orm/policy-setup を選択します。
  4. カスタム Terraform プロバイダーを使用するオプションは未選択のままにします。
  5. datadog-metrics-policy-setup のようなわかりやすい名前を提供し、それをデプロイするコンパートメントを選択します。
  6. Next をクリックします。
  7. 作成される動的グループ、ユーザーグループ、およびポリシーの名前を指定するか、提供されたデフォルトの名前を使用します。
  8. スタックを実行するユーザーのドメイン名を提供します。デフォルトのドメイン名は Default です。
  9. テナンシーのホームリージョンが選択されていることを確認します。
  10. Next をクリックします。
  11. Create をクリックします。

:

  • スタックを実行するユーザーが Default 以外の IAM ドメインに属している場合、認証ユーザー、動的グループ、およびユーザーグループがそのドメイン内にのみ作成されるように、そのドメイン名を指定してください。
  • ユーザーとグループが Default ドメインに作成されていない場合、そのドメインがテナンシーのすべてのサブスクライブされたリージョンにレプリケートされていることを確認してください。詳細については、アイデンティティドメインを複数のリージョンにレプリケートするを参照してください。

テナンシー情報を入力

  1. 監視したいテナンシーの OCID とホームリージョンを Datadog OCI インテグレーションタイルに入力します。

  2. 前のスタックを実行した後に作成された DatadogAuthUserOCID 値をコピーし、それを Datadog OCI インテグレーションタイルのユーザー OCID フィールドに貼り付けてください。

  3. OCI コンソールに戻り、次の手順で API キーを生成します。 a. 作成された DatadogAuthUser に戻ります。 b. 画面の左下の Resources の下にある API keys をクリックします。 c. Add API key をクリックします。 d. Download private key をクリックします。 e. Add をクリックします。 f. Configuration file preview のポップアップが表示されますが、特に操作は必要ありません。ポップアップを閉じてください。

OCI コンソールの Add API Key ページ
  1. Fingerprint の値をコピーし、その値を Datadog OCI インテグレーションタイルFingerprint フィールドに貼り付けてください。
  2. 次の手順でプライベートキーの値をコピーします。 a. ダウンロードしたプライベートキー .pem ファイルをテキストエディタで開くか、cat のようなターミナルコマンドを使用してファイルの内容を表示します。 b. -----BEGIN PRIVATE KEY----------END PRIVATE KEY----- を含む全内容をコピーします。
  3. プライベートキーの値を Datadog OCI インテグレーションタイルの Private Key フィールドに貼り付けてください。

メトリクス転送スタックを作成する

このスタックで作成されたすべてのリソースは、指定されたコンパートメントにデプロイされます。このスタックを実行するユーザーが、そのコンパートメントでリソースを作成するアクセス権を持っていることを確認してください。

  1. OCI コンソールのスタックの作成に移動します。
  2. Oracle 利用規約に同意します。
  3. Working directory のドロップダウンで、datadog-oci-orm/metrics-setup を選択します。
  4. カスタム Terraform プロバイダーを使用するオプションは未選択のままにします。
  5. スタックに名前を付け、それをデプロイするコンパートメントを選択します。
  6. Next をクリックします。
  7. Tenancy の値は、そのままにしておいてください。これらは現在のリージョンとテナント、および以前に選択したコンパートメントによって指定されます。
  8. Datadog API Key フィールドにあなたの Datadog API キーを入力します。
  9. Datadog Environment Endpoint フィールドで、あなたの Datadog サイトに対応するエンドポイントを選択します。
Datadog サイトエンドポイント
US1ocimetrics-intake.datadoghq.com
US3ocimetrics-intake.us3.datadoghq.com
US5ocimetrics-intake.us5.datadoghq.com
EU1ocimetrics-intake.datadoghq.eu
AP1ocimetrics-intake.ap1.datadoghq.com

注: OCI インテグレーションは US1-FED サイトではサポートされていません。

  1. Network options セクションで、Create VCN がチェックされたままにします。 a. vcnCompartment フィールドで、あなたのコンパートメントを選択します。

既存の VCN を使用する場合、サブネットの OCID をスタックに提供する必要があります。VCN が次を満たしていることを確認してください。

  • NAT ゲートウェイを通じて HTTP の外向きコールを行うことが許可されている。
  • サービスゲートウェイを使用して OCI コンテナレジストリからイメージを取得できる。
  • NAT ゲートウェイとサービスゲートウェイを許可するルートテーブルルールを持っている。
  • HTTP リクエストを送信するセキュリティルールを持っている。
  1. Network options セクションで、Create VCN オプションのチェックを外し、あなたの VCN 情報を入力します。 a. vcnCompartment フィールドで、あなたのコンパートメントを選択します。 b. existingVcn セクションで、あなたの既存の VCN を選択します。 c. Function Subnet OCID セクションで、使用するサブネットの OCID を入力します。

ORM スタックは、テナンシー内のリージョンに関数コンテナリポジトリを作成し、関数で使用するために Docker イメージがそこに送信されます。

  1. Function settings セクションで以下の手順を完了します。 a. Function Application shape フィールドで、値を GENERIC_ARM のままにします。 b. OCI Docker レジストリのユーザー名とパスワードを入力します。

    • OCI Docker registry user name フィールドに、あなたの OCI ユーザー名を入力します。
    • OCI Docker registry password フィールドに、あなたの OCI ユーザーの認証トークンを入力します。詳細については、認証トークンの取得を参照してください。

    注: Docker レジストリのログインが正しいかどうかを確認するには、Oracle Cloud Infrastructure Registry へのログインを参照してください。

既存の関数アプリケーションを使用する場合、イメージはすでに存在しており、完全なイメージパスを提供する必要があります。以下は完全なイメージパスの例です。

<REGION_KEY>.ocir.io/<TENANCY_NAMESPACE>/datadog-functions/datadog-function-metrics:latest
  1. Function settings セクションで以下の手順を完了します。 a. Function Application shape フィールドで、値を GENERIC_ARM のままにします。 b. Function Image Path フィールドに、完全なイメージパスを入力します。
  1. Service Connector hub batch size5000 に設定します。
  2. Next をクリックします。
  3. Create をクリックします。
  4. Datadog OCI インテグレーションタイルに戻り、Create configuration をクリックします。

: デフォルトでは、ルートコンパートメントのみが選択され、Datadog OCI インテグレーションでサポートされているすべてのメトリクスネームスペースが有効になっています (コネクタハブあたり最大 50 のネームスペースがサポートされます)。

  1. 任意で、コンパートメントを追加したり、有効なメトリクスネームスペースのリストを編集するには、新しく作成した Connector HubEdit をクリックします。
    • コンパートメントを追加するには、+ Another compartment をクリックします。
    • Configure source セクションで、Namespaces ドロップダウンからネームスペースを追加または削除します。

検証

Datadog の OCI インテグレーション概要ダッシュボードまたは Metrics Explorer ページoci.* メトリクスを表示します。

OCI 関数メトリクス (oci.faas ネームスペース) とコンテナインスタンスメトリクス (oci_computecontainerinstance ネームスペース) はベータ版です。

メトリクスネームスペース

インテグレーションメトリクスネームスペース
Autonomous Databaseoci_autonomous_database
ブロックストレージoci_blockstore
コンピュートoci_computeagentrdma_infrastructure_healthgpu_infrastructure_healthoci_compute_infrastructure_health
コンテナインスタンス (ベータ)oci_computecontainerinstance
データベースoci_databaseoci_database_cluster
ダイナミックルーティングゲートウェイoci_dynamic_routing_gateway
FastConnectoci_fastconnect
ファイルストレージoci_filestorage
関数 (ベータ)oci_faas
HeatWave MySQLoci_mysql_database
Kubernetes エンジンoci_oke
ロードバランサーoci_lbaasoci_nlb
NAT ゲートウェイoci_nat_gateway
オブジェクトストレージoci_objectstorage
キューoci_queue
サービスコネクタハブoci_service_connector_hub
サービスゲートウェイoci_service_gateway
VCNoci_vcn
VPNoci_vpn
Web Application Firewalloci_waf

ログ収集

次のいずれかのプロセスに従って、Oracle Cloud Infrastructure から Datadog にログを送信します。

  1. OCI ログを構成します。
  2. OCI 関数を作成します。
  3. OCI サービスコネクタを設定します。

以下の手順では、OCI ポータルを使用してインテグレーションを設定します。

OCI ロギング

  1. OCI ポータルで、Logging -> Log Groups に移動します。
  2. コンパートメントを選択し、Create Log Group をクリックします。サイドパネルが開きます。
  3. 名前には data_log_group を入力し、オプションで説明とタグを入力します。
  4. Create をクリックして、新しいロググループを設定します。
  5. Resources の下にある Logs をクリックします。
  6. 必要に応じて、Create custom log または Enable service log をクリックします。
  7. Enable Log をクリックして、新しい OCI ログを作成します。

OCI ログの詳細については、リソースのログを有効にするを参照してください。

OCI 関数

  1. OCI ポータルで、Functions に移動します。
  2. 既存のアプリケーションを選択するか、Create Application をクリックします。
  3. アプリケーション内に新しい OCI 関数を作成します。詳細については、Oracle の関数概要を参照してください。
  4. 最初にボイラープレート Python 関数を作成し、自動生成されたファイルを Datadog のソースコードに置き換えることをお勧めします。

OCI サービスコネクタハブ

  1. OCI ポータルで、Logging -> Service Connectors に移動します。
  2. Create Service Connector をクリックして、Create Service Connector ページに移動します。
  3. ロギングとして Source を選択し、関数として Target を選択します。
  4. Configure Source Connection で、Compartment nameLog GroupLog を選択します。(最初のステップで作成された Log GroupLog)
  5. Audit Logs も送信する場合は、+Another Log をクリックし、同じ Compartment を選択して、Log Group として “_Audit” を置き換えます。
  6. Configure target で、CompartmentFunction applicationFunction を選択します。(前のステップで作成された Function ApplicationFunction)
  7. ポリシーを作成するように求められたら、プロンプトから Create をクリックします。
  8. 一番下の Create をクリックして、サービスコネクタの作成を完了します。

OCI オブジェクトストレージの詳細については、Oracle のサービスコネクタのブログ記事を参照してください。

  1. OCI ログを構成します。
  2. OCI オブジェクトストアを作成し、OCI ログの読み取り/書き込みアクセスを有効にします。
  3. OCI 関数を作成します。
  4. OCI イベントを設定します。

以下の手順では、OCI ポータルを使用してインテグレーションを設定します。

OCI ロギング

  1. OCI ポータルで、Solutions and Platform -> Logging -> Logs に移動します。
  2. Create Custom Log をクリックして、Create Custom Log ページに移動します。
  3. 新しい OCI ログに名前を付けます。
  4. CompartmentLog Group を選択します。この選択は、インストール全体で一貫しています。
  5. Create Custom Log をクリックして、Create Agent Config ページに移動します。
  6. Create new configuration をクリックします。
  7. 新しいコンフィギュレーションに名前を付けます。コンパートメントは事前に選択されています。
  8. グループタイプを Dynamic Group に設定し、グループを既存のグループの 1 つに設定します。
  9. 入力タイプを Log Path に設定し、希望の入力名を入力して、ファイルパスに “/” を使用します。
  10. Create Custom Log をクリックすると、OCI ログが作成され、ログページで利用できるようになります。

OCI ログの詳細については、リソースのログを有効にするを参照してください。

OCI オブジェクトストレージ

  1. OCI ポータルで、Core Infrastructure -> Object Storage -> Object Storage に移動します。
  2. Create Bucket をクリックして、Create Bucket フォームに移動します。
  3. ストレージ階層に Standard を選択し、Emit Object Events をチェックします。
  4. 好みに応じてフォームの残りの部分に記入します。
  5. Create Bucket をクリックすると、バケットが作成され、バケットリストで利用できるようになります。
  6. アクティブなバケットリストから新しいバケットを選択し、リソースの下の Logs をクリックします。
  7. read を有効に切り替えると、Enable Log サイドメニューが表示されます。
  8. CompartmentLog Group を選択します (OCI ログと同じ選択を使用します)。
  9. Log Name の名前を入力し、希望するログ保持を選択します。

OCI オブジェクトストレージの詳細については、データをオブジェクトストレージに格納するを参照してください。

OCI 関数

  1. OCI ポータルで、Solutions and Platform -> Developer Services -> Functions に移動します。
  2. 既存のアプリケーションを選択するか、Create Application をクリックします。
  3. アプリケーション内に新しい OCI 関数を作成します。詳細については、Oracle の関数概要を参照してください。
  4. 最初にボイラープレート Python 関数を作成し、自動生成されたファイルを Datadog のソースコードに置き換えることをお勧めします。

OCI イベント

  1. OCI ポータルで、Solutions and Platform -> Application Integration -> Event Service に移動します。
  2. Create Rule をクリックして、Create Rule ページに移動します。
  3. イベントルールに名前と説明を付けます。
  4. 条件を Event Type*、サービス名を Object Storage、イベントタイプを Object - Create として設定します。
  5. アクションタイプを Functions として設定します。
  6. 関数コンパートメントが、OCI ログ、OCI バケット、および OCI 関数に対して行った選択と同じであることを確認します。
  7. 関数適用と関数を選択します (前のインストール手順に従って)。
  8. Create Rule をクリックすると、ルールが作成され、ルールリストで利用できるようになります。

OCI オブジェクトストレージの詳細については、イベント入門を参照してください。

収集データ

メトリクス

oci.autonomous_database.apply_lag
(gauge)
This metric displays (in seconds) how far the standby database is behind the primary database as of the time sampled.
Shown as second
oci.autonomous_database.block_changes
(gauge)
The average number of blocks changed per second.
Shown as update
oci.autonomous_database.cpu_time
(gauge)
Average rate of accumulation of CPU time by foreground sessions in the database over the time interval. Statistic: Mean. Interval: 1 minute
Shown as second
oci.autonomous_database.cpu_utilization
(gauge)
The CPU usage expressed as a percentage, aggregated across all consumer groups. The utilization percentage is reported with respect to the number of CPUs the database is allowed to use. Statistic: Mean. Interval: 1 minute
Shown as percent
oci.autonomous_database.current_logons
(count)
The number of successful logons during the selected interval. Statistic: Count. Interval: 1 minute
Shown as operation
oci.autonomous_database.dbtime
(gauge)
The amount of time database user sessions spend executing database code (CPU Time + WaitTime). DB Time is used to infer database call latency, because DB Time increases in direct proportion to both database call latency (response time) and call volume. It is calculated as the average rate of accumulation of database time by foreground sessions in the database over the time interval.
Shown as second
oci.autonomous_database.ecpus_allocated
(gauge)
The actual number of ECPUs allocated by the service during the selected interval of time.
Shown as cpu
oci.autonomous_database.execute_count
(count)
The number of user and recursive calls that executed SQL statements during the selected interval. Statistic: Sum. Interval: 1 minute
Shown as execution
oci.autonomous_database.iops
(gauge)
The average number of I/O operations per second.
Shown as operation
oci.autonomous_database.iothroughput
(gauge)
The average throughput in MB per second.
Shown as megabyte
oci.autonomous_database.logical_blocks_read
(gauge)
The average number of logical block reads ("db block gets" plus "consistent gets") per second. Includes buffered and direct I/O. Statistic: Sum. Interval: 1 minute
Shown as read
oci.autonomous_database.ocpus_allocated
(gauge)
The actual number of OCPUs allocated by the service during the selected interval of time.
Shown as cpu
oci.autonomous_database.parse_count
(count)
The number of hard and soft parses during the selected interval. Statistic: Sum. Interval: 1 minute
Shown as event
oci.autonomous_database.parses_by_type
(count)
The number of hard or soft parses per second.
Shown as event
oci.autonomous_database.queued_statements
(count)
The number of queued SQL statements, aggregated across all consumer groups, during the selected interval. Statistic: Sum. Interval: 1 minute
Shown as execution
oci.autonomous_database.redo_size
(gauge)
The average amount of redo generated in MB per second.
Shown as megabyte
oci.autonomous_database.running_statements
(count)
The number of running SQL statements, aggregated across all consumer groups, during the selected interval. Statistic: Mean. Interval: 1 minute
Shown as execution
oci.autonomous_database.sessions
(count)
The number of sessions in the database. Statistic: Sum. Interval: 1 minute
Shown as session
oci.autonomous_database.storage_allocated
(gauge)
Maximum amount of space allocated to the database during the interval. Statistic: Max. Interval: 1 hour
Shown as gigabyte
oci.autonomous_database.storage_allocated_by_tablespace
(gauge)
Maximum amount of space allocated for each tablespace during the interval.
Shown as gigabyte
oci.autonomous_database.storage_used
(gauge)
Maximum amount of space used during the interval. Statistic: Max. Interval: 1 hour
Shown as gigabyte
oci.autonomous_database.storage_used_by_tablespace
(gauge)
Maximum amount of space used by each tablespace during the interval.
Shown as gigabyte
oci.autonomous_database.storage_utilization
(gauge)
The percentage of provisioned storage capacity currently in use. Represents the total allocated space for all tablespaces. Statistic: Mean. Interval: 1 hour
Shown as percent
oci.autonomous_database.storage_utilization_by_tablespace
(gauge)
The percentage of space utilized by each tablespace.
Shown as percent
oci.autonomous_database.transaction_count
(count)
The combined number of user commits and user rollbacks during the selected interval. Statistic: Sum. Interval: 1 minute
Shown as event
oci.autonomous_database.transactions_by_status
(count)
The number of committed or rolled back transactions per second.
Shown as transaction
oci.autonomous_database.transport_lag
(gauge)
The approximate number of seconds of redo not yet available on the standby database as of the time sampled.
Shown as second
oci.autonomous_database.user_calls
(count)
The combined number of logons, parses, and execute calls during the selected interval. Statistic: Sum. Interval: 1 minute
Shown as event
oci.autonomous_database.wait_time
(gauge)
Average rate of accumulation of non-idle wait time by foreground sessions in the database over the time interval. Statistic: Mean. Interval: 1 minute
Shown as second
oci.database.block_changes
(gauge)
The Average number of blocks changed per second.
Shown as update
oci.database.cpu_utilization
(gauge)
The CPU utilization expressed as a percentage, aggregated across all consumer groups. The utilization percentage is reported with respect to the number of CPUs the database is allowed to use, which is two times the number of OCPUs.
Shown as percent
oci.database.current_logons
(count)
The number of successful logons during the selected interval.
oci.database.execute_count
(count)
The number of user and recursive calls that executed SQL statements during the selected interval.
oci.database.parse_count
(count)
The number of hard and soft parses during the selected interval.
oci.database.storage_allocated
(gauge)
Total amount of storage space allocated to the database at the collection time.
Shown as gigabyte
oci.database.storage_allocated_by_tablespace
(gauge)
Total amount of storage space allocated to the tablespace at the collection time. In case of container database, this metric provides root container tablespaces.
Shown as gigabyte
oci.database.storage_used
(gauge)
Total amount of storage space used by the database at the collection time.
Shown as gigabyte
oci.database.storage_used_by_tablespace
(gauge)
Total amount of storage space used by tablespace at the collection time. In case of container database, this metric provides root container tablespaces.
Shown as gigabyte
oci.database.storage_utilization
(gauge)
The percentage of provisioned storage capacity currently in use. Represents the total allocated space for all tablespaces.
Shown as percent
oci.database.storage_utilization_by_tablespace
(gauge)
This indicates the percentage of storage space utilized by the tablespace at the collection time. In case of container database, this metric provides root container tablespaces.
Shown as percent
oci.database.transaction_count
(count)
The combined number of user commits and user rollbacks during the selected interval.
Shown as transaction
oci.database.user_calls
(count)
The combined number of logons, parses, and execute calls during the selected interval.
oci.database_cluster.asmdiskgroup_utilization
(gauge)
Percentage of usable space used in a Disk Group. Usable space is the space available for growth. DATA disk group stores our Oracle database files. RECO disk group contains database files for recovery such as archives and flashback logs.
Shown as percent
oci.database_cluster.cpu_utilization
(gauge)
Percent CPU utilization.
Shown as percent
oci.database_cluster.filesystem_utilization
(gauge)
Percent utilization of provisioned filesystem.
Shown as percent
oci.database_cluster.load_average
(gauge)
System load average over 5 minutes.
Shown as process
oci.database_cluster.memory_utilization
(gauge)
Percentage of memory available for starting new applications, without swapping. The available memory can be obtained via the following command: cat/proc/meminfo.
Shown as percent
oci.database_cluster.node_status
(gauge)
Indicates whether the host is reachable in RAC environments.
oci.database_cluster.ocpus_allocated
(gauge)
The number of OCPUs allocated.
Shown as cpu
oci.database_cluster.swap_utilization
(gauge)
Percent utilization of total swap space.
Shown as percent
oci.blockstore.volume_guaranteed_iops
(gauge)
Rate of change for guaranteed IOPS per SLA. Expressed as the average of guaranteed IOPS during a given time interval.
Shown as operation
oci.blockstore.volume_guaranteed_throughput
(gauge)
Rate of change for guaranteed throughput per SLA. Expressed as megabytes per interval.
Shown as megabyte
oci.blockstore.volume_guaranteed_vpus_per_gb
(gauge)
Rate of change for currently active VPUs/GB. Expressed as the average of active VPUs/GB during a given time interval.
Shown as operation
oci.blockstore.volume_read_ops
(count)
Activity level from I/O reads. Expressed as reads per interval.
Shown as operation
oci.blockstore.volume_read_throughput
(gauge)
Read throughput. Expressed as bytes read per interval.
Shown as byte
oci.blockstore.volume_replication_seconds_since_last_sync
(gauge)
Time elapsed since the last synced cross region replica. Expressed in seconds.
Shown as second
oci.blockstore.volume_replication_seconds_since_last_upload
(gauge)
Time elapsed since the last cross region replica was uploaded. Expressed in seconds.
Shown as second
oci.blockstore.volume_throttled_ios
(count)
Total sum of all the I/O operations that were throttled during a given time interval.
Shown as operation
oci.blockstore.volume_write_ops
(count)
Activity level from I/O writes. Expressed as writes per interval.
Shown as operation
oci.blockstore.volume_write_throughput
(gauge)
Write throughput. Expressed as bytes written per interval.
Shown as byte
oci.gpu_infrastructure_health.gpu_ecc_double_bit_errors
(count)
The number of GPU double bit ECC errors reported.
Shown as error
oci.gpu_infrastructure_health.gpu_ecc_single_bit_errors
(count)
The number of GPU single bit ECC errors reported.
Shown as error
oci.gpu_infrastructure_health.gpu_memory_utilization
(gauge)
The percentage of the GPU memory resource in use.
Shown as percent
oci.gpu_infrastructure_health.gpu_power_draw
(gauge)
The amount of GPU power used.
oci.gpu_infrastructure_health.gpu_temperature
(gauge)
The GPU temperature reported.
oci.gpu_infrastructure_health.gpu_utilization
(gauge)
Activity level from GPU. Expressed as a percentage of total time. For instance pools, the value is averaged across all instances in the pool.
Shown as percent
oci.computeagent.cpu_utilization
(gauge)
Activity level from CPU. Expressed as a percentage of total time. For instance pools, the value is averaged across all instances in the pool.
Shown as percent
oci.computeagent.disk_bytes_read
(count)
Read throughput. Expressed as bytes read per interval.
Shown as byte
oci.computeagent.disk_bytes_written
(count)
Write throughput. Expressed as bytes written per interval.
Shown as byte
oci.computeagent.disk_iops_read
(count)
Activity level from I/O reads. Expressed as reads per interval.
Shown as operation
oci.computeagent.disk_iops_written
(count)
Activity level from I/O writes. Expressed as writes per interval.
Shown as operation
oci.computeagent.load_average
(gauge)
Average system load calculated over a 1-minute period.
Shown as process
oci.computeagent.memory_allocation_stalls
(count)
Number of times page reclaim was called directly.
oci.computeagent.memory_utilization
(gauge)
Space currently in use. Measured by pages. Expressed as a percentage of used pages. For instance pools, the value is averaged across all instances in the pool.
Shown as percent
oci.computeagent.networks_bytes_in
(count)
Network receipt throughput. Expressed as bytes received.
Shown as byte
oci.computeagent.networks_bytes_out
(count)
Network transmission throughput. Expressed as bytes transmitted.
Shown as byte
oci.rdma_infrastructure_health.rdma_rx_bytes
(count)
The bytes received on the RDMA interface.
Shown as byte
oci.rdma_infrastructure_health.rdma_rx_packets
(count)
The number of RDMA interface packets received.
Shown as packet
oci.rdma_infrastructure_health.rdma_tx_bytes
(count)
The bytes transmitted on the RDMA interface.
Shown as byte
oci.rdma_infrastructure_health.rdma_tx_packets
(count)
The number of RDMA interface packets transmitted.
Shown as packet
oci.compute_infrastructure_health.health_status
(count)
The number of health issues for an instance. Any non-zero value indicates a health defect. This metric is available only for bare metal instances.
Shown as error
oci.compute_infrastructure_health.instance_status
(gauge)
The status of a running instance. A value of 0 indicates that the instance is available (up). A value of 1 indicates that the instance is not available (down) due to an infrastructure issue. If the instance is stopped, then the metric does not have a value. This metric is available only for VM instances.
Shown as instance
oci.compute_infrastructure_health.maintenance_status
(gauge)
The maintenance status of an instance. A value of 0 indicates that the instance is not scheduled for an infrastructure maintenance event. A value of 1 indicates that the instance is scheduled for an infrastructure maintenance event. This metric is available for both VM and bare metal instances.
Shown as instance
oci.oracle_oci_database.allocated_storage_utilization_by_tablespace
(gauge)
The percentage of space used by a tablespace, out of allocated space.
Shown as percent
oci.oracle_oci_database.apply_lag
(gauge)
The number of seconds the standby database is behind the primary database. Statistic: Mean Interval: 5 minutes Resource group: oracle_dataguard Not applicable for PDBs.
Shown as second
oci.oracle_oci_database.apply_lag_data_refresh_elapsed_time
(gauge)
The elapsed time since the ApplyLag metric sample was last collected. Statistic: Mean Interval: 5 minutes Resource group: oracle_dataguard Not applicable for PDBs.
Shown as second
oci.oracle_oci_database.avg_gc_cr_block_receive_time
(gauge)
The average global cache consistent-read (CR) block receive time.
Shown as millisecond
oci.oracle_oci_database.backup_duration
(gauge)
The duration of the last database backup. Statistic: Mean Interval: 30 minutes Only applicable for SI and RAC CDBs.
Shown as second
oci.oracle_oci_database.backup_size
(gauge)
The size of the last database backup. Statistic: Mean Interval: 30 minutes Only applicable for SI and RAC CDBs.
Shown as gigabyte
oci.oracle_oci_database.block_changes
(gauge)
The average number of blocks changed per second.
Shown as update
oci.oracle_oci_database.blocking_sessions
(gauge)
The current blocking sessions.
oci.oracle_oci_database.cputime
(gauge)
The average rate of accumulation of CPU time by foreground sessions in the database instance over the time interval. The CPU time component of Average Active Sessions.
Shown as fraction
oci.oracle_oci_database.cpu_utilization
(gauge)
The CPU utilization expressed as a percentage, aggregated across all consumer groups. The utilization percentage is reported with respect to the number of CPUs the database is allowed to use, which is two times the number of OCPUs.
Shown as percent
oci.oracle_oci_database.current_logons
(count)
The number of successful logons during the selected interval.
oci.oracle_oci_database.dbtime
(gauge)
The average rate of accumulation of database time (CPU + Wait) by foreground sessions in the database instance over the time interval. Also known as Average Active Sessions.
Shown as fraction
oci.oracle_oci_database.estimated_failover_time
(gauge)
The number of seconds required to fail over to the standby database. Statistic: Mean. Interval: 5 minutes. Resource group: oracle_dataguard. Not applicable for PDBs.
Shown as second
oci.oracle_oci_database.execute_count
(count)
The number of user and recursive calls that executed SQL statements during the selected interval.
Shown as execution
oci.oracle_oci_database.fraspace_limit
(gauge)
The flash recovery area space limit.
Shown as gigabyte
oci.oracle_oci_database.frautilization
(gauge)
The flash recovery area utilization.
Shown as percent
oci.oracle_oci_database.gc_cr_blocks_received
(gauge)
The global cache CR blocks received per second.
Shown as block
oci.oracle_oci_database.gc_current_blocks_received
(gauge)
The global cache current blocks received per second.
Shown as block
oci.oracle_oci_database.iops
(gauge)
The average number of IO operations per second.
Shown as operation
oci.oracle_oci_database.io_throughput
(gauge)
The average throughput in MB per second.
Shown as megabyte
oci.oracle_oci_database.interconnect_traffic
(gauge)
The average internode data transfer rate.
Shown as megabyte
oci.oracle_oci_database.invalid_objects
(gauge)
The number of invalid database objects.
oci.oracle_oci_database.logical_blocks_read
(gauge)
The average number of blocks read from SGA/Memory (buffer cache) per second.
Shown as read
oci.oracle_oci_database.max_tablespace_size
(gauge)
The maximum possible tablespace size. For CDBs, this metric provides data for root container tablespaces.
Shown as gigabyte
oci.oracle_oci_database.memory_usage
(gauge)
The total size of the memory pool.
Shown as megabyte
oci.oracle_oci_database.monitoring_status
(gauge)
The monitoring status of the resource. If a metric collection fails, error information is captured in this metric.
oci.oracle_oci_database.non_reclaimable_fra
(gauge)
The non-reclaimable fast recovery area.
Shown as percent
oci.oracle_oci_database.ocpus_allocated
(count)
The actual number of OCPUs allocated by the service during the selected interval of time.
oci.oracle_oci_database.parse_count
(count)
The number of hard and soft parses during the selected interval.
oci.oracle_oci_database.parses_by_type
(gauge)
The number of hard or soft parses per second.
Shown as event
oci.oracle_oci_database.problematic_scheduled_dbmsjobs
(gauge)
The number of problematic scheduled database jobs.
Shown as job
oci.oracle_oci_database.process_limit_utilization
(gauge)
The process limit utilization.
Shown as percent
oci.oracle_oci_database.processes
(gauge)
The number of database processes.
Shown as process
oci.oracle_oci_database.reclaimable_fra
(gauge)
The reclaimable fast recovery area.
Shown as percent
oci.oracle_oci_database.reclaimable_fraspace
(gauge)
The flash recovery area reclaimable space.
Shown as gigabyte
oci.oracle_oci_database.recovery_window
(gauge)
The current recovery window of a database. Statistic: Mean. Interval: 15 minutes. Only applicable for SI and RAC CDBs version 19c and later.
Shown as second
oci.oracle_oci_database.redo_apply_rate
(gauge)
The redo apply rate on the standby database. Statistic: Mean. Interval: 5 minutes. Resource group: oracle_dataguard. Not applicable for PDBs.
Shown as megabyte
oci.oracle_oci_database.redo_generation_rate
(gauge)
The redo generation rate on the primary database. Statistic: Mean. Interval: 5 minutes. Resource group: oracle_dataguard. Not applicable for PDBs.
Shown as megabyte
oci.oracle_oci_database.redo_size
(gauge)
The average amount of redo generated.
Shown as megabyte
oci.oracle_oci_database.session_limit_utilization
(gauge)
The session limit utilization.
Shown as percent
oci.oracle_oci_database.sessions
(gauge)
The number of sessions in the database.
Shown as session
oci.oracle_oci_database.storage_allocated
(gauge)
The total amount of storage space allocated to the database at collection time.
Shown as gigabyte
oci.oracle_oci_database.storage_allocated_by_tablespace
(gauge)
The total amount of storage space allocated to the tablespace at collection time. In the case of CDBs, this metric provides root container tablespaces.
Shown as gigabyte
oci.oracle_oci_database.storage_used
(gauge)
The total storage used by the database at collection time, including the space used by tablespaces, flash recovery area, control files, and log files.
Shown as gigabyte
oci.oracle_oci_database.storage_used_by_tablespace
(gauge)
The total amount of storage space used by tablespace at collection time. In the case of CDBs, this metric provides root container tablespace.
Shown as gigabyte
oci.oracle_oci_database.storage_utilization
(gauge)
The percentage of provisioned storage capacity currently in use. Represents the total allocated space for all tablespaces.
Shown as percent
oci.oracle_oci_database.storage_utilization_by_tablespace
(gauge)
The percentage of storage space utilized by the tablespace at the collection time. In the case of CDBs, this metric provides root container tablespaces.
Shown as percent
oci.oracle_oci_database.transaction_count
(count)
The combined number of user commits and user rollbacks during the selected interval.
Shown as transaction
oci.oracle_oci_database.transactions_by_status
(gauge)
The number of committed or rolled back transactions per second.
Shown as transaction
oci.oracle_oci_database.transport_lag
(gauge)
The number of seconds of redo not yet available on the standby database. Statistic: Mean. Interval: 5 minutes. Resource group: oracle_dataguard. Not applicable for PDBs.
Shown as second
oci.oracle_oci_database.transport_lag_data_refresh_elapsed_time
(gauge)
The elapsed time since the TransportLagDataRefreshElapsedTime metric sample was last collected. Statistic: Mean. Interval: 5 minutes. Resource group: oracle_dataguard. Not applicable for PDBs.
Shown as second
oci.oracle_oci_database.unprotected_data_window
(gauge)
The current unprotected data window of a database. Statistic: Mean. Interval: 15 minutes. Only applicable for SI and RAC CDBs version 19c and later.
Shown as second
oci.oracle_oci_database.unusable_indexes
(gauge)
The number of unusable indexes in the database schema.
Shown as index
oci.oracle_oci_database.usable_fra
(gauge)
The usable fast recovery area.
Shown as percent
oci.oracle_oci_database.used_fraspace
(gauge)
The flash recovery area space usage.
Shown as gigabyte
oci.oracle_oci_database.user_calls
(count)
The combined number of logons, parses, and execute calls during the selected interval.
oci.oracle_oci_database.wait_time
(gauge)
The average rate of accumulation of non-idle wait time by foreground sessions in the database instance over the time interval. The wait time component of Average Active Sessions.
Shown as fraction
oci.oracle_oci_database.dbmgmt_job_executions_count
(count)
The number of SQL job executions on a single Managed Database or a Database Group, and their status.
Shown as execution
oci.fastconnect.bits_received
(count)
Number of bits received on the FastConnect interface at the Oracle end of the connection. For a cross-connect group (LAG), the value is the sum across all cross-connects in the group.
Shown as bit
oci.fastconnect.bits_sent
(count)
Number of bits sent from the FastConnect interface at the Oracle end of the connection. For a cross-connect group (LAG), the value is the sum across all cross-connects in the group.
Shown as bit
oci.fastconnect.bytes_received
(count)
Number of bytes received on the FastConnect interface at the Oracle end of the connection. For a cross-connect group (LAG), the value is the sum across all cross-connects in the group.
Shown as byte
oci.fastconnect.bytes_sent
(count)
Number of bytes sent from the FastConnect interface at the Oracle end of the connection. For a cross-connect group (LAG), the value is the sum across all cross-connects in the group.
Shown as byte
oci.fastconnect.connection_state
(gauge)
The values are up (1) or down (0). For a virtual circuit, the operational state of the virtual circuit's interface. For a cross-connect group, this reflects the overall operational state of the cross-connects that make up the cross-connect group (LAG). If at least one of the cross-connects is up, this value is up (1). If all the cross-connects in the group are down, this value is down (0).
oci.fastconnect.ipv_4bgp_session_state
(gauge)
The values are up (1) or down (0). The status of the IPv4 BGP session for a virtual circuit.
oci.fastconnect.ipv_6bgp_session_state
(gauge)
The values are up (1) or down (0). The status of the IPv6 BGP session for a virtual circuit.
oci.fastconnect.packets_discarded
(count)
Number of packets discarded at the Oracle end of the connection.
Shown as packet
oci.fastconnect.packets_error
(count)
Number of packets dropped at the Oracle end of the connection. Dropped packets indicate a misconfiguration in some part of the overall system. Check if there's been a change to the configuration of your VCN, the virtual circuit, or your CPE. For a cross-connect group (LAG), the value is the sum across all cross-connects in the group.
Shown as packet
oci.fastconnect.packets_received
(count)
Number of packets received on the FastConnect interface at the Oracle end of the connection. For a cross-connect group (LAG), the value is the sum across all cross-connects in the group.
Shown as packet
oci.fastconnect.packets_sent
(count)
Number of packets sent from the FastConnect interface at the Oracle end of the connection. For a cross-connect group (LAG), the value is the sum across all cross-connects in the group.
Shown as packet
oci.filestorage.file_system_read_average_latency_by_size
(gauge)
Read latency by size. Expressed as average read latency per second, grouped by size.
Shown as second
oci.filestorage.file_system_read_requests_by_size
(gauge)
Read requests by size. Expressed as operation per second, grouped by size.
Shown as operation
oci.filestorage.file_system_read_throughput
(count)
Read throughput for the file system. If the file system is exported through multiple mount targets, total throughput for all mount targets is displayed. Expressed as bytes read per second.
Shown as byte
oci.filestorage.file_system_usage
(gauge)
Total space utilization for a file system. Expressed as GiB consumed per second.
Shown as byte
oci.filestorage.file_system_write_average_latency_by_size
(gauge)
Write latency by size. Expressed as average write latency per second, grouped by size.
Shown as second
oci.filestorage.file_system_write_requests_by_size
(count)
Write requests by size. Expressed as operation per second, grouped by size.
Shown as operation
oci.filestorage.file_system_write_throughput
(count)
Write throughput for the file system. If the file system is exported through multiple mount targets, total throughput for all mount targets is displayed. Expressed as bytes written per second.
Shown as byte
oci.filestorage.kerberos_errors
(count)
Kerberos errors seen by the mount target while receiving IO from an NFS client. Expressed as a sum of errors per interval.
Shown as error
oci.filestorage.ldap_connection_errors
(count)
Connection failures between mount targets and the LDAP server for this outbound connector. Expressed as error count by error type per interval.
Shown as error
oci.filestorage.ldap_request_average_latency
(gauge)
Mount target to LDAP server request latency for this outbound connector. Expressed as mean latency, in seconds, by request type.
Shown as second
oci.filestorage.ldap_request_errors
(count)
LDAP query failures over an established connection between mount targets and the LDAP server for this outbound connector. Expressed as error count by error type per interval.
Shown as error
oci.filestorage.ldap_request_throughput
(count)
Requests from the mount target to the LDAP server through its outbound connector. Expressed as request type and outbound connector per interval.
Shown as request
oci.filestorage.metadata_iops
(gauge)
IOPs (Input/Output Operations Per Second) for the following NFS operations: CREATE, GETATTR, SETATTR, and REMOVE. Expressed as operations per second.
Shown as operation
oci.filestorage.metadata_request_average_latency
(gauge)
Average metadata request latency for the following NFS operations: CREATE, GETATTR, SETATTR, and REMOVE. Expressed as average latency per second, grouped by operation.
Shown as second
oci.filestorage.mount_target_connections
(count)
Number of client connections for the mount target. Expressed as total connection count at the interval.
Shown as connection
oci.filestorage.mount_target_health
(gauge)
Number of successfully executed NFS API requests. Expressed as a percentage of total requests per interval.
Shown as percent
oci.filestorage.mount_target_read_throughput
(count)
Read throughput for the mount target. If the mount target exports multiple file systems, total throughput for all file systems is displayed. Expressed as bytes read per interval.
Shown as byte
oci.filestorage.mount_target_write_throughput
(count)
Write throughput for the mount target. If the mount target exports multiple file systems, total throughput for all file systems is displayed. Expressed as bytes written per interval.
Shown as byte
oci.filestorage.replication_egress_throughput
(count)
Data that has been copied out of the source region. Only applicable for cross-region replication. Expressed as a sum of bytes written per interval.
Shown as byte
oci.filestorage.replication_recovery_point_age
(gauge)
Age of the last fully copied snapshot that was applied to the target file system. Or, how much older the data on the target file system is than the source file system. Expressed as time since the source snapshot was taken. Monitor this metric to ensure that the data on the target file system isn't older than your requirements allow (RPO).
Shown as time
oci.filestorage.replication_throughput
(count)
Throughput of the data transferred out of the source file system. Expressed as bytes read per interval.
Shown as byte
oci.faas.allocated_provisioned_concurrency
(gauge)
Memory consumed by provisioned concurrency slots.
Shown as megabyte
oci.faas.allocated_total_concurrency
(gauge)
Total concurrent memory allocated.
Shown as megabyte
oci.faas.function_execution_duration
(count)
Total function execution duration. Expressed in milliseconds.
Shown as millisecond
oci.faas.function_invocation_count
(count)
Total number of function invocations.
oci.faas.function_response_count
(count)
Total number of function responses.
Shown as invocation
oci.lbaas.accepted_connections
(count)
The number of connections accepted by the load balancer.
Shown as connection
oci.lbaas.accepted_sslhandshake
(count)
The number of accepted SSL handshakes.
Shown as operation
oci.lbaas.active_connections
(count)
The number of active connections from clients to the load balancer.
Shown as connection
oci.lbaas.active_sslconnections
(count)
The number of active SSL connections.
Shown as connection
oci.lbaas.backend_servers
(gauge)
The number of backend servers in the backend set.
Shown as instance
oci.lbaas.backend_timeouts
(count)
The number of timeouts across all backend servers.
Shown as timeout
oci.lbaas.bytes_received
(count)
The number of bytes received by the load balancer.
Shown as byte
oci.lbaas.bytes_sent
(count)
The number of bytes sent across all backend servers.
Shown as byte
oci.lbaas.closed_connections
(count)
The number of connections closed between the load balancer and backend servers.
Shown as connection
oci.lbaas.failed_sslclient_cert_verify
(count)
The number of failed client SSL certificate verifications.
Shown as error
oci.lbaas.failed_sslhandshake
(count)
The number of failed SSL handshakes.
Shown as error
oci.lbaas.handled_connections
(count)
The number of connections handled by the load balancer.
Shown as connection
oci.lbaas.http_requests
(count)
The number of incoming client requests to the backend set.
Shown as request
oci.lbaas.http_responses
(count)
The number of HTTP responses across all backend servers.
Shown as response
oci.lbaas.http_responses_200
(count)
The number of HTTP 200 responses received from backend sets.
Shown as response
oci.lbaas.http_responses_2xx
(count)
The number of HTTP 2xx responses received from backend sets.
Shown as response
oci.lbaas.http_responses_3xx
(count)
The number of HTTP 3xx responses received from backend sets.
Shown as response
oci.lbaas.http_responses_4xx
(count)
The number of HTTP 4xx responses received from backend sets.
Shown as response
oci.lbaas.http_responses_502
(count)
The number of HTTP 502 responses received from backend sets.
Shown as response
oci.lbaas.http_responses_504
(count)
The number of HTTP 504 responses received from backend sets.
Shown as response
oci.lbaas.http_responses_5xx
(count)
The number of HTTP 5xx responses received from backend sets.
Shown as response
oci.lbaas.http_responses_200
(count)
The number of HTTP 200 responses received from backend servers.
Shown as response
oci.lbaas.http_responses_2xx
(count)
The number of HTTP 2xx responses received from backend servers.
Shown as response
oci.lbaas.http_responses_3xx
(count)
The number of HTTP 3xx responses received from backend servers.
Shown as response
oci.lbaas.http_responses_4xx
(count)
The number of HTTP 4xx responses received from backend servers.
Shown as response
oci.lbaas.http_responses_502
(count)
The number of HTTP 502 responses received from backend servers.
Shown as response
oci.lbaas.http_responses_504
(count)
The number of HTTP 504 responses received from backend servers.
Shown as response
oci.lbaas.http_responses_5xx
(count)
The number of HTTP 5xx responses received from backend servers.
Shown as response
oci.lbaas.invalid_header_responses
(count)
The number of invalid header responses across all backend servers.
Shown as response
oci.lbaas.keep_alive_connections
(count)
The number of keep-alive connections.
Shown as connection
oci.lbaas.peak_bandwidth
(gauge)
Maximum bits per second bandwidth used during the specified interval.
Shown as bit
oci.lbaas.response_time_first_byte
(gauge)
Average time to the first byte of response from backend servers. TCP only.
Shown as millisecond
oci.lbaas.response_time_http_header
(gauge)
Average response time of backend servers. HTTP only.
Shown as millisecond
oci.lbaas.unhealthy_backend_servers
(gauge)
The number of unhealthy backend servers in the backend set.
Shown as instance
oci.mediastreams.egress_bytes
(count)
Total egress of data streamed through the Distribution Channel (in GB).
Shown as byte
oci.mediastreams.request_count
(count)
Total number of requests made to the Distribution Channel.
Shown as request
oci.mysql_database.active_connections
(gauge)
The number of connections actively executing statements against the MySQL DB system.
Shown as connection
oci.mysql_database.backup_failure
(gauge)
Backup failure events observed over the last interval. 0 - OK 1 - FAILED
oci.mysql_database.backup_size
(gauge)
The aggregate size of all backups per DB system.
Shown as byte
oci.mysql_database.backup_time
(gauge)
The time taken to create a backup.
Shown as millisecond
oci.mysql_database.cpuutilization
(gauge)
CPU utilization for the MySQL DB system host or HeatWave nodes.
Shown as percent
oci.mysql_database.channel_failure
(gauge)
The channel health status observed over the last interval. One of the following values: 0 - HEALTHY 1 - FAILED To troubleshoot inbound replication failure, see Troubleshooting Inbound Replication.
oci.mysql_database.channel_lag
(gauge)
The channel lag, with respect to the immediate source of the channel, observed over the last interval. If the channel is configured with replication delay, the channel lag includes the replication delay. See Creating a Replication Channel.
Shown as millisecond
oci.mysql_database.current_connections
(gauge)
The number of current connections to the MySQL DB system.
Shown as connection
oci.mysql_database.db_volume_read_bytes
(count)
The total bytes read from the MySQL DB system volume(s).
Shown as byte
oci.mysql_database.db_volume_read_operations
(count)
The total number of read operations for the DB volume(s).
Shown as operation
oci.mysql_database.db_volume_utilization
(gauge)
The total space utilization of the MySQL DB system volume(s).
Shown as percent
oci.mysql_database.db_volume_write_bytes
(count)
The total bytes written to the MySQL DB system volume(s).
Shown as byte
oci.mysql_database.db_volume_write_operations
(count)
The total number of write operations for the MySQL DB volume(s).
Shown as operation
oci.mysql_database.heat_wave_data_load_progress
(gauge)
Progress of data load into HeatWave cluster memory.
Shown as percent
oci.mysql_database.heat_wave_health
(gauge)
HeatWave cluster health status. One of the following values: 0 - HEALTHY 0.5: RELOADING DATA 1 - RECOVERING 2 - FAILED See HeatWave Cluster Failure and Recovery.
oci.mysql_database.heat_wave_statements
(count)
The number of statements executed against the MySQL DB System and were executed on HeatWave cluster.
oci.mysql_database.memory_allocated
(gauge)
The total amount of memory allocated during the selected interval.
Shown as gigabyte
oci.mysql_database.memory_used
(gauge)
The maximum amount of memory used during the selected interval.
Shown as gigabyte
oci.mysql_database.memory_utilization
(gauge)
Memory utilization for the MySQL DB system host or HeatWave nodes.
Shown as percent
oci.mysql_database.network_receive_bytes
(count)
Network receive bytes for the MySQL DB system.
Shown as byte
oci.mysql_database.network_transmit_bytes
(count)
Network transmit bytes for the MySQL DB system.
Shown as byte
oci.mysql_database.ocpus_allocated
(gauge)
The actual number of OCPUs allocated during the selected interval.
oci.mysql_database.ocpus_used
(gauge)
The actual number of OCPUs used during the selected interval.
oci.mysql_database.statement_latency
(gauge)
Statement latency for all executed statements.
Shown as millisecond
oci.mysql_database.statements
(count)
The number of statements executed against the MySQL DB system.
oci.mysql_database.storage_allocated
(gauge)
The maximum amount of space allocated to the DB system during the interval.
Shown as gigabyte
oci.mysql_database.storage_used
(gauge)
The maximum amount of space used during the interval.
Shown as gigabyte
oci.nat_gateway.bytes_from_natgw
(count)
Number of bytes sent from NAT gateway to OCI resources.
Shown as byte
oci.nat_gateway.bytes_to_natgw
(count)
Number of bytes sent from Oracle Cloud Infrastructure (OCI) resources to NAT gateway.
Shown as byte
oci.nat_gateway.connections_closed
(count)
Number of connections via NAT gateway that were closed by the internet host
oci.nat_gateway.connections_established
(count)
Number of connections established via NAT gateway
oci.nat_gateway.connections_timed_out
(count)
Number of connections closed by NAT gateway due to idle time out
oci.nat_gateway.drops_to_natgw
(count)
Number of packets from OCI resources to NAT Gateway that were dropped by NAT Gateway.
Shown as packet
oci.nat_gateway.packets_from_natgw
(count)
Number of packets sent from NAT gateway to OCI resources.
Shown as packet
oci.nat_gateway.packets_to_natgw
(count)
Number of packets sent from OCI resources to NAT gateway.
Shown as packet
oci.network_firewall.byte_received_count
(count)
The number of bytes received through the firewall.
Shown as byte
oci.network_firewall.byte_sent_count
(count)
The number of bytes sent through the firewall.
Shown as byte
oci.network_firewall.decryption_rule_hit_count
(count)
The number of times a connection matches a decryption rule.
oci.network_firewall.icmp_fragment_attacks_count
(count)
The number of ICMP fragment attacks detected.
oci.network_firewall.ip_spoof_count
(count)
Number of IP spoof attacks detected.
oci.network_firewall.land_attacks_count
(count)
The number of land attacks detected.
oci.network_firewall.mac_spoof_count
(count)
The number of MAC spoof attacks detected.
oci.network_firewall.packet_drop_count
(count)
The number of packets dropped through the firewall.
Shown as packet
oci.network_firewall.packet_received_count
(count)
The number of packets received at the firewall from the network, after drops.
Shown as packet
oci.network_firewall.packet_received_in_error_count
(count)
Number of packets received through the firewall that have errors.
Shown as packet
oci.network_firewall.packet_sent_count
(count)
The number of packets sent from the firewall to the network, after drops.
Shown as packet
oci.network_firewall.ping_of_death_attacks_count
(count)
The number of ping of death attacks detected.
oci.network_firewall.security_rule_hit_count
(count)
The number of times a connection matches a security rule.
oci.network_firewall.teardrop_attacks_count
(count)
The number of teardrop attacks detected.
oci.objectstorage.all_requests
(count)
The total number of all HTTP requests made in a bucket. Emit frequency: every 100 ms
Shown as request
oci.objectstorage.client_errors
(count)
The total number of 4xx errors for requests made in a bucket. Emit frequency: every 100 ms
Shown as error
oci.objectstorage.enabled_olm
(gauge)
Indicates whether a bucket has any executable Object Lifecycle Management policies configured. EnabledOLM emits: 1 if policies are configured 0 if no policies are configured Emit frequency: every 3 hours
oci.objectstorage.first_byte_latency
(gauge)
The per-request time measured from the time Object Storage receives the complete request to when Object Storage returns the first byte of the response. Emit frequency: every 100 ms
Shown as millisecond
oci.objectstorage.object_count
(count)
The count of objects in the bucket, excluding any multipart upload parts that have not been discarded (aborted) or committed. Emit frequency: every hour
oci.objectstorage.post_requests
(count)
The total number of HTTP Post requests made in a bucket. Emit frequency: every 100 ms
Shown as request
oci.objectstorage.put_requests
(count)
The total number of PutObject requests made in a bucket. Emit frequency: every 100 ms
Shown as request
oci.objectstorage.stored_bytes
(gauge)
The size of the bucket, excluding any multipart upload parts that have not been discarded (aborted) or committed. Emit frequency: every hour
Shown as byte
oci.objectstorage.total_request_latency
(gauge)
The per-request time from the first byte received by Object Storage to the last byte sent from Object Storage. Emit frequency: every 100 ms
Shown as millisecond
oci.objectstorage.uncommitted_parts
(gauge)
The size of any multipart upload parts that have not been discarded (aborted) or committed. Emit frequency: every hour
Shown as byte
oci.oke.apiserver_request_count
(count)
Number of requests received by the Kubernetes API Server.
Shown as request
oci.oke.apiserver_response_count
(count)
Number of different non-200 responses (that is, error responses) sent from the Kubernetes API server.
Shown as response
oci.oke.kubernetes_node_condition
(gauge)
Number of worker nodes in different conditions, as indicated by the Kubernetes API server.
Shown as node
oci.oke.node_state
(gauge)
Number of compute nodes in different states.
Shown as node
oci.oke.unschedulable_pods
(gauge)
Number of pods that the Kubernetes scheduler is unable to schedule. Not available in clusters running versions of Kubernetes prior to version 1.15.x.
oci.postgresql.buffer_cache_hit_ratio
(gauge)
The percentage of pages found in the buffer cache without reading from disk.
Shown as percent
oci.postgresql.connections
(count)
The number of database connections.
Shown as connection
oci.postgresql.cpu_utilization
(gauge)
The CPU utilization expressed as a percentage. The utilization percentage is reported with respect to the number of CPUs the database is allowed to use, which is two times the number of OCPUs.
Shown as percent
oci.postgresql.deadlocks
(count)
The number of locks on a database row where two or more transactions are waiting for another transaction to give up a locked row.
Shown as lock
oci.postgresql.memory_utilization
(gauge)
The percentage of total RAM that's in use.
Shown as percent
oci.postgresql.read_iops
(gauge)
The number of reads per second.
Shown as read
oci.postgresql.read_latency
(gauge)
Read latency in milliseconds.
Shown as millisecond
oci.postgresql.read_throughput
(gauge)
Reads in kilobytes per second.
Shown as kilobyte
oci.postgresql.used_storage
(gauge)
The amount of storage used, expressed in GB.
Shown as gigabyte
oci.postgresql.write_iops
(gauge)
The number of writes per second.
Shown as write
oci.postgresql.write_latency
(gauge)
Write latency in milliseconds.
Shown as millisecond
oci.postgresql.write_throughput
(gauge)
Writes in kilobytes per second.
Shown as kilobyte
oci.queue.consumer_lag
(gauge)
Difference in time between the oldest message in the queue and the current time
Shown as minute
oci.queue.messages_count
(count)
Count of messages sent and received per queue
Shown as message
oci.queue.messages_in_queue_count
(gauge)
Count of messages in the queue
oci.queue.queue_size
(gauge)
Bytes in the queue
Shown as byte
oci.queue.request_success
(count)
Indicates the success of the requests sent and received per queue
oci.queue.requests_latency
(gauge)
Latency of the requests to the queue
Shown as millisecond
oci.queue.requests_throughput
(gauge)
Bytes sent and received per queue
Shown as byte
oci.service_connector_hub.bytes_read_from_source
(count)
Number of bytes read from the source. Note: This value is emitted each time Connector Hub reads data from the source. If failures occur at the task or destination and Connector Hub needs to reread data from the source, the value is emitted again.
Shown as byte
oci.service_connector_hub.bytes_read_from_task
(count)
Number of bytes moved from the task to Connector Hub.
Shown as byte
oci.service_connector_hub.bytes_written_to_target
(count)
Number of bytes written to the target. Note: Use this metric as a general indicator of success. BytesWrittenToTarget might not match BytesReadFromSource or BytesReadFromTask. For example, consider a 10MB read intended for an Object Storage target. Connector Hub might compress the data, converting 10MB read into 1MB written.
Shown as byte
oci.service_connector_hub.bytes_written_to_task
(count)
Number of bytes moved by Connector Hub to the task.
Shown as byte
oci.service_connector_hub.data_freshness
(gauge)
Indicates age of the oldest processed record of the most recent set.
Shown as millisecond
oci.service_connector_hub.errors_at_source
(count)
Number of errors that affect retrieving data from source. Tip: To troubleshoot errors, view the errorCode and errorType dimension values. For example, an errorCode value that starts with 5, such as 500, implies a partner service outage, while the errorCode value –1 implies a network outage or timeout.
Shown as error
oci.service_connector_hub.errors_at_target
(count)
Number of errors that affect writing data to target. Tip: To troubleshoot errors, view the errorCode and errorType dimension values. For example, an errorCode value that starts with 5, such as 500, implies a partner service outage, while the errorCode value –1 implies a network outage or timeout.
Shown as error
oci.service_connector_hub.errors_at_task
(count)
Number of errors while writing to the task. Tip: To troubleshoot errors, view the errorCode and errorType dimension values. For example, an errorCode value that starts with 5, such as 500, implies a partner service outage, while the errorCode value –1 implies a network outage or timeout.
Shown as error
oci.service_connector_hub.latency_at_source
(gauge)
Time-to-first-byte when retrieving data from source. Useful for customers to troubleshoot with complex tasks (log rules).
Shown as millisecond
oci.service_connector_hub.latency_at_target
(gauge)
Time-to-first-byte when writing data to target.
Shown as millisecond
oci.service_connector_hub.latency_at_task
(gauge)
Time-to-first-byte for task; includes latency reading from the source, errors at the task, and errors writing to the target.
Shown as millisecond
oci.service_connector_hub.messages_read_from_source
(count)
Number of records read from the source. Note: The value for this metric is cumulative.
Shown as message
oci.service_connector_hub.messages_read_from_task
(count)
Number of messages moved from the task to Connector Hub.
Shown as message
oci.service_connector_hub.messages_written_to_target
(count)
Number of records written to the target.
Shown as message
oci.service_connector_hub.messages_written_to_task
(count)
Number of messages moved by Connector Hub to the task.
Shown as message
oci.service_connector_hub.service_connector_hub_errors
(count)
Number of errors in Connector Hub that affect moving data from source to target.
Shown as error
oci.service_gateway.bytes_from_service
(count)
The number of bytes successfully sent from the service gateway toward customer instances.
Shown as byte
oci.service_gateway.bytes_to_service
(count)
The number of bytes successfully sent from the service gateway toward Oracle services.
Shown as byte
oci.service_gateway.packets_from_service
(count)
The number of packets successfully sent from the service gateway toward customer instances.
Shown as packet
oci.service_gateway.packets_to_service
(count)
The number of packets successfully sent from the service gateway toward Oracle services.
Shown as packet
oci.service_gateway.sgw_drops_from_service
(count)
The number of packets dropped while sending packets from the service gateway toward customer instances.
Shown as packet
oci.service_gateway.sgw_drops_to_service
(count)
The number of packets dropped while sending packets from the service gateway toward Oracle services.
Shown as packet
oci.vcn.smartnic_buffer_drops_from_host
(count)
Number of packets dropped in SmartNIC from host due to buffer exhaustion.
Shown as packet
oci.vcn.smartnic_buffer_drops_from_network
(count)
Number of packets dropped in SmartNIC from network due to buffer exhaustion.
Shown as packet
oci.vcn.vnic_conntrack_is_full
(gauge)
Boolean (0/false, 1/true) that indicates the connection tracking table is full.
oci.vcn.vnic_conntrack_util_percent
(gauge)
Total utilization percentage (0-100%) of the connection tracking table.
Shown as percent
oci.vcn.vnic_egress_drops_conntrack_full
(count)
Packets sent from the VNIC, destined for the network, dropped due to full connection tracking table.
Shown as packet
oci.vcn.vnic_egress_drops_security_list
(count)
Packets sent by the VNIC, destined for the network, dropped due to security rule violations.
Shown as packet
oci.vcn.vnic_egress_drops_throttle
(count)
Packets sent from the VNIC, destined for the network, dropped due to throttling.
Shown as packet
oci.vcn.vnic_from_network_bytes
(count)
Bytes received at the VNIC from the network, after drops.
Shown as byte
oci.vcn.vnic_from_network_packets
(count)
Packets received at the VNIC from the network, after drops.
Shown as packet
oci.vcn.vnic_ingress_drops_conntrack_full
(count)
Packets received from the network, destined for the VNIC, dropped due to full connection tracking table.
Shown as packet
oci.vcn.vnic_ingress_drops_security_list
(count)
Packets received from the network, destined for the VNIC, dropped due to security rule violations.
Shown as packet
oci.vcn.vnic_ingress_drops_throttle
(count)
Packets received from the network, destined for the VNIC, dropped due to throttling.
Shown as packet
oci.vcn.vnic_to_network_bytes
(count)
Bytes sent from the VNIC to the network, before drops.
Shown as byte
oci.vcn.vnic_to_network_packets
(count)
Packets sent from the VNIC to the network, before drops.
Shown as packet
oci.vpn.bytes_received
(count)
Number of bytes received at the Oracle end of the connection.
Shown as byte
oci.vpn.bytes_sent
(count)
Number of bytes sent from the Oracle end of the connection.
Shown as byte
oci.vpn.packets_error
(count)
Number of packets dropped at the Oracle end of the connection. Dropped packets indicate a misconfiguration in some part of the overall system. Check if there's been a change to the configuration of your VCN, Site-to-Site VPN, or your CPE.
Shown as packet
oci.vpn.packets_received
(count)
Number of packets received at the Oracle end of the connection.
Shown as packet
oci.vpn.packets_sent
(count)
Number of packets sent from the Oracle end of the connection.
Shown as packet
oci.vpn.tunnel_state
(gauge)
Whether the tunnel is up (1) or down (0).
oci.waf.bandwidth
(gauge)
Bandwidth rate calculated by dividing total data egress in a minute by 60.
Shown as byte
oci.waf.number_of_requests
(count)
The total number of requests serviced by the WAF.
Shown as request
oci.waf.number_of_requests_detected
(count)
The number of requests that triggered a detect (alert) for a WAF policy.
Shown as request
oci.waf.traffic
(gauge)
Data egress from the WAF (compressed by default) measured in one minute intervals.
Shown as byte

サービスチェック

OCI インテグレーションには、サービスのチェック機能は含まれません。

イベント

OCI インテグレーションには、イベントは含まれません。

トラブルシューティング

ご不明な点は、Datadog のサポートチームまでお問い合わせください。

その他の参考資料

お役に立つドキュメント、リンクや記事: