表別のReplicatデータベース統計

名前

ドキュメント

表別の既存Replicatデータベース統計の取得

プロセス・タイプ

Replicat

エンドポイント

/services/v2/mpoints/{item}/statisticsTableReplicat

JSONスキーマ

mpoints:statisticsTableReplicat

ベース名

statistics-table-replicat

内部名

MPL_TABLE_COUNTS_RP

タグ 説明

deploymentName

OGG Microservicesデプロイメントの名前

deploymentId

OGG Microservicesデプロイメントの一意のアイデンティティ

processType

プロセスのタイプ

processName

プロセスの名前

table-name

表の名前

target-table-name

ターゲット表の名前

メトリック データ型 説明

mapped-total-inserts

integer

実行されたINSERT操作の数

mapped-total-updates

integer

実行されたUPDATE操作の数

mapped-total-deletes

integer

実行されたDELETE操作の数

mapped-total-upserts

integer

実行されたUPSERT操作の数

mapped-total-truncates

integer

実行されたTRUNCATE操作の数

total-ignores

integer

無視されたエラーの数

total-discards

integer

破棄された操作の数

total-conflicts-detected

integer

適用競合の合計

total-conflicts-resolved

integer

自動的に解決された競合の合計

total-conflicts-failed

integer

自動解決に失敗した競合の合計

total-insert-row-exists

integer

行挿入タイプが存在するデータベース競合の数

total-update-row-exists

integer

行更新タイプが存在するデータベース競合の数

total-update-row-missing

integer

行更新タイプがないデータベース競合の数

total-delete-row-exists

integer

行削除タイプが存在するデータベース競合の数

total-delete-row-missing

integer

行削除タイプがないデータベース競合の数